OpenGL.Net.Xamarin.Android
0.6.1
See the version list below for details.
dotnet add package OpenGL.Net.Xamarin.Android --version 0.6.1
NuGet\Install-Package OpenGL.Net.Xamarin.Android -Version 0.6.1
<PackageReference Include="OpenGL.Net.Xamarin.Android" Version="0.6.1" />
paket add OpenGL.Net.Xamarin.Android --version 0.6.1
#r "nuget: OpenGL.Net.Xamarin.Android, 0.6.1"
// Install OpenGL.Net.Xamarin.Android as a Cake Addin #addin nuget:?package=OpenGL.Net.Xamarin.Android&version=0.6.1 // Install OpenGL.Net.Xamarin.Android as a Cake Tool #tool nuget:?package=OpenGL.Net.Xamarin.Android&version=0.6.1
Modern OpenGL bindings for C#, Xamarin.Android utilities.
It includes an SurfaceView implementation that ease the OpenGL context creation on Android.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
-
- OpenGL.Net (>= 0.6.1)
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,281 | 4/7/2019 |
0.7.1 | 1,337 | 12/15/2017 |
0.7.0 | 890 | 11/15/2017 |
0.6.1 | 1,243 | 9/26/2017 |
0.6.0 | 894 | 9/14/2017 |
0.6.0-beta3 | 731 | 8/26/2017 |
0.6.0-beta2 | 741 | 8/25/2017 |
0.6.0-beta1 | 757 | 8/16/2017 |
0.5.2 | 924 | 7/24/2017 |
0.5.1 | 940 | 5/30/2017 |
0.5.1-beta | 746 | 5/17/2017 |
0.4.2 | 923 | 4/18/2017 |
0.4.1 | 913 | 4/16/2017 |
0.4.0 | 916 | 3/1/2017 |
0.3.2-beta | 860 | 11/5/2016 |
0.3.1-beta | 792 | 11/5/2016 |
0.3.0-beta | 809 | 11/5/2016 |
* v0.6.1
- GL_ARB_parallel_shader_compile promoted to GL_KHR_parallel_shader_compile
- Added GL_NV_query_resource and GL_NV_query_resource_tag
- Added GL_NV_path_rendering enumerations (thanks to @frabert).
- Added ProgramProperty enumeration
- Renamed VertexAttribPName to VertexAttribEnum
- Renamed HistogramTargetEXT to HistogramTarget
- Renamed EvaluatorTarget to MapTarget
- Renamed EvaluatorParameterName to MapQuery
- Renamed FenceSyncCondition to SyncCondition
- PackedVertexType type has been determined
- DeleteStateNV and DeleteCommandListsNV have implicit 'n' parameter
- Removed IVertex, ColorSRGB, ColorSBGR and Pixel classes. Vertex* refactor.