Karl Zylinski 4 bulan lalu
induk
melakukan
5d394719ef
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      TODO.md

+ 6 - 0
TODO.md

@@ -1,4 +1,10 @@
 ## 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?
 	* keyboard input could also come from some input interface, but
 	  it is tightly bound to window in windows, so we'll see.