mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 11:05:40 +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:
|
||||
|
||||
(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.
|
||||
+ Error class.
|
||||
+ Device class.
|
||||
+ OpenGL function overloads.
|
||||
|
||||
(Low level)
|
||||
|
@ -17,9 +23,6 @@ OpenTK.OpenGL todos:
|
|||
+ Add complete Wgl, Glx, Agl and Glu bindings.
|
||||
+ 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:
|
||||
+ Reorganize the example layout.
|
||||
|
|
Loading…
Reference in a new issue