updated todo
This commit is contained in:
parent
19988d045e
commit
68810d8bf0
9
todo.txt
9
todo.txt
|
@ -27,11 +27,16 @@
|
|||
[x] Multi-sampling
|
||||
[!] Avoid first useless (degenerate) triangle on every path
|
||||
|
||||
[ ] image rendering
|
||||
[ ] Re-think image API first??
|
||||
[>] rethink image rendering API to avoid forcing atlas into the renderer (which limits image size and usage patterns)
|
||||
[x] Break triangle stream into batches to allow using different textures
|
||||
[>] Design and implement basic image API
|
||||
[ ] Design image atlas api on top of it
|
||||
[ ] gles image atlas logic
|
||||
[ ] textured rendering in shader
|
||||
|
||||
[ ] port back the image stuff to mac
|
||||
[ ] use bindless textures on mac?
|
||||
|
||||
[ ] Image rendering test app
|
||||
[ ] Text rendering test app
|
||||
[?] Little test drawing app?
|
||||
|
|
Loading…
Reference in New Issue