added gradient shaders to line

This commit is contained in:
2026-07-08 16:15:48 -07:00
parent 9096b01e19
commit 43c893984f
3 changed files with 77 additions and 17 deletions
+4 -1
View File
@@ -2,4 +2,7 @@
[x] refactor example code using composition
[x] remove draw class entirely
[x] create shader classes with polymorphism
[ ] optimize shader/primative performance (repeat myself!)
[x] optimize shader/primative performance (repeat myself!)
[ ] finish implementing gradient shaders to primatives
[ ] implement buffer shader
[ ] implement more primatives