rewrote example.cpp to use composition

This commit is contained in:
2026-07-07 07:25:49 -07:00
parent 3907c88f31
commit aa49a32ace
6 changed files with 81 additions and 121 deletions
+4
View File
@@ -0,0 +1,4 @@
write a monolithic header file
refactor example code using composition
remove draw class entirely
create shader classes with polymorphism