mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 21:01:02 +00:00
Added Control class todos.
This commit is contained in:
parent
2dc06f2d66
commit
0a918f60c1
11
Todo.txt
11
Todo.txt
|
@ -6,9 +6,15 @@ Generic Todos:
|
||||||
OpenTK.OpenGL todos:
|
OpenTK.OpenGL todos:
|
||||||
|
|
||||||
(High level)
|
(High level)
|
||||||
|
+ Texture class.
|
||||||
|
+ Control class.
|
||||||
|
+ Device class.
|
||||||
|
* Context class:
|
||||||
|
+ Add more constructors.
|
||||||
|
+ Add native support for the MacOS X platform (now goes through X).
|
||||||
|
* Clean up Context class (many things should be moved to the control class).
|
||||||
+ VertexBufferObject class.
|
+ VertexBufferObject class.
|
||||||
+ Error class.
|
+ Error class.
|
||||||
+ Device class.
|
|
||||||
+ OpenGL function overloads.
|
+ OpenGL function overloads.
|
||||||
|
|
||||||
(Low level)
|
(Low level)
|
||||||
|
@ -17,9 +23,6 @@ OpenTK.OpenGL todos:
|
||||||
+ Add complete Wgl, Glx, Agl and Glu bindings.
|
+ Add complete Wgl, Glx, Agl and Glu bindings.
|
||||||
+ Get rid of the "object" overloads in favour of generics.
|
+ Get rid of the "object" overloads in favour of generics.
|
||||||
|
|
||||||
Context class:
|
|
||||||
+ Add more constructors.
|
|
||||||
+ Add native support for the MacOS X platform (now goes through X).
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
+ Reorganize the example layout.
|
+ Reorganize the example layout.
|
||||||
|
|
Loading…
Reference in a new issue