implemented CRTP shader on ColorShader and Rectangle

This commit is contained in:
2026-07-20 01:41:10 -07:00
parent b95022de29
commit 444143ced9
9 changed files with 132 additions and 151 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[ ] write a monolithic header file
[x] write a monolithic header file
[x] refactor example code using composition
[x] remove draw class entirely
[x] create shader classes with polymorphism