Karl Zylinski 4 месяцев назад
Родитель
Сommit
5d394719ef
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      TODO.md

+ 6 - 0
TODO.md

@@ -1,4 +1,10 @@
 ## TODO
 ## TODO
+* GL backend:
+	textures
+	set uniforms -- needs more type info?
+	the constant types are hardcoded to just a few types right now
+
+* generalised sampler handling for both gl and d3d
 * should gamepad come from separate interface than window?
 * should gamepad come from separate interface than window?
 	* keyboard input could also come from some input interface, but
 	* keyboard input could also come from some input interface, but
 	  it is tightly bound to window in windows, so we'll see.
 	  it is tightly bound to window in windows, so we'll see.