Karl Zylinski 4 月之前
父节点
当前提交
5d394719ef
共有 1 个文件被更改,包括 6 次插入0 次删除
  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.