OpenGL.Net.ES2Profile
0.7.1
See the version list below for details.
dotnet add package OpenGL.Net.ES2Profile --version 0.7.1
NuGet\Install-Package OpenGL.Net.ES2Profile -Version 0.7.1
<PackageReference Include="OpenGL.Net.ES2Profile" Version="0.7.1" />
paket add OpenGL.Net.ES2Profile --version 0.7.1
#r "nuget: OpenGL.Net.ES2Profile, 0.7.1"
// Install OpenGL.Net.ES2Profile as a Cake Addin
#addin nuget:?package=OpenGL.Net.ES2Profile&version=0.7.1
// Install OpenGL.Net.ES2Profile as a Cake Tool
#tool nuget:?package=OpenGL.Net.ES2Profile&version=0.7.1
Modern OpenGL bindings for C#.
It supports OpenGL 4.6 with relative extensions, OpenGL for Windows (WGL) with relative extensions, OpenGL for X11 1.4 (XGL) with relative extensions, Native Platform Interface 1.5 (EGL) with relative extensions, Broadcom VideoCore IV (Raspberry PI 2). Specifications updated to Aug 5, 2017.
No graphical toolkit integration is included in this package. UI backends are supported in separated packages (Windows.Forms, Xamarin.Forms, Broadcom VideoCore IV (Raspberry PI 2)).
Note: this package has removed a specific a subset of the OpenGL specification. The binary includes only the symbols required by OpenGL ES 2.0/3.2.
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
MonoAndroid 0.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.4 | 1,325 | 4/7/2019 |
0.7.1 | 1,230 | 12/15/2017 |
0.7.0 | 991 | 11/15/2017 |
0.6.1 | 828 | 9/26/2017 |
0.6.0 | 784 | 9/14/2017 |
0.6.0-beta3 | 647 | 8/26/2017 |
0.6.0-beta2 | 638 | 8/25/2017 |
0.6.0-beta1 | 652 | 8/16/2017 |
0.5.2 | 820 | 7/24/2017 |
0.5.1 | 829 | 5/30/2017 |
0.5.1-beta | 687 | 5/17/2017 |
0.4.2-alpha | 691 | 4/18/2017 |
0.4.1-alpha | 701 | 4/16/2017 |
* v0.7.1
- Built with VS 2017 15.3.
- Generic overrides for many commands.
- Include .NET Core targets (netcoreapp 1.1, netcoreapp 2.0).
- Added generic overrides for gl*Parameter* commands.
- Support more implicit parameters (support "count*x" pattern): count parameter of gl*Uniform* commands is removed.
- Rename `Blend*i` renamed to `Blend*`; Gl.Limit fields renamed with uppercase extension postfix.
- Fixed entry point loading for KHR_debug and GL_KHR_robustness aliased commands for ES2 API.
* v0.7.0
- Demerged math data structures to separate binary OpenGL.Net.Math.
- Fixed stability issues.