From 0a918f60c153befdd267270f080b82b5b8b0f0d0 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 24 Apr 2007 12:16:00 +0000 Subject: [PATCH] Added Control class todos. --- Todo.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Todo.txt b/Todo.txt index 1ba87784..3cfe44e4 100644 --- a/Todo.txt +++ b/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.