updated todo

This commit is contained in:
martinfouilleul 2023-02-02 19:15:20 +01:00
parent 19988d045e
commit 68810d8bf0
1 changed files with 7 additions and 2 deletions

View File

@ -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?