added shaders, but ran into performance issues. will need refactor

This commit is contained in:
2026-07-07 17:57:25 -07:00
parent ad2e84c279
commit 85cfdaab49
12 changed files with 139 additions and 78 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
[ ] write a monolithic header file
[x] refactor example code using composition
[x] remove draw class entirely
[ ] create shader classes with polymorphism
[x] create shader classes with polymorphism
[ ] optimize shader/primative performance (repeat myself!)