mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 20:55:49 +00:00
License, changelog.txt and todo.txt updates for OpenTK.OpenGL.Bind
This commit is contained in:
parent
922b389ad8
commit
7ca359b66d
|
@ -1,4 +1,13 @@
|
||||||
OpenTK.OpenGL.Bind 0.7.7
|
OpenTK.OpenGL.Bind 0.9.3
|
||||||
|
|
||||||
|
0.7.7 -> 0.9.3
|
||||||
|
+ Synced code with Tao.GlBindGen
|
||||||
|
+ Re-enabled extensions
|
||||||
|
+ Updated specs
|
||||||
|
+ Now uses CodeDOM for code generation
|
||||||
|
+ Imports and delegates are decorated with the SupressUnmanagedCodeSecurity attribute for call overhead reduction
|
||||||
|
+ Several bugs have been fixed
|
||||||
|
|
||||||
|
|
||||||
0.7.6 -> 0.7.7
|
0.7.6 -> 0.7.7
|
||||||
+ Several bugfixes regarding bugs from the latest (0.7.6) code synchronisation between Tao.GlBindGen and OpenTK.OpenGL.Bind
|
+ Several bugfixes regarding bugs from the latest (0.7.6) code synchronisation between Tao.GlBindGen and OpenTK.OpenGL.Bind
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
OpenTK.OpenGL.Bind 0.7.7 todos:
|
OpenTK.OpenGL.Bind 0.9.4 todos:
|
||||||
|
|
||||||
+ Add the binding generation for extensions.
|
Major:
|
||||||
|
+ Change the output of extensions from GL.BlahARB to GL.ARB.Blah
|
||||||
|
+ Use generics instead of object overloads.
|
||||||
|
+ Add ref overloads for arrays
|
||||||
|
|
||||||
|
Minor:
|
||||||
+ Clean up the reader.
|
+ Clean up the reader.
|
||||||
+ Add more settings to Settings.cs (the name of the files to read).
|
+ Add more settings to Settings.cs (the name of the files to read).
|
||||||
+ Comment the code.
|
+ Comment the code.
|
Loading…
Reference in a new issue