Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 910 Bytes

OpenGL NuGet

High-level wrapper for native OpenGL 1.1 functions.
Only works with already loaded opengl32.dll module

Example

using OpenGL;

GL.Enable(Enums.Cap.Blend);

Used Libraries

DotnetNativeBase NuGet

Versions

Start ordinal Framework Description Date
2.0.0 .net8.0 Changed framework; Switched to DotnetNativeBase Apr 25, 2024
1.0.0 .net7.0 Mar 9, 2023