brute forced text support, fixed an off-by one, lots to fix

This commit is contained in:
2026-07-08 19:44:37 -07:00
parent ee0d43dd75
commit bb30e2df0b
6 changed files with 106 additions and 17 deletions
+6 -3
View File
@@ -3,6 +3,9 @@
[x] remove draw class entirely
[x] create shader classes with polymorphism
[x] optimize shader/primative performance (repeat myself!)
[ ] finish implementing gradient shaders to primatives
[ ] implement buffer shader
[ ] implement more primatives
[x] finish implementing gradient shaders to primatives
[x] implement buffer shader
[ ] implement more primatives
[ ] fix off by one with buffer shader (and probably certain primatives)
[ ] fix memory leak and arrays in stack issue
[ ] fix shader offset limitations and headache