Moved a few things to shader buffers, added some bugs that I have to fix

This commit is contained in:
2023-05-30 08:35:18 -07:00
parent 89ab1800ec
commit a51c5d0fc8
15 changed files with 142 additions and 84 deletions

View File

@@ -10,5 +10,6 @@
using namespace Dawn;
Scene * Dawn::dawnGameGetInitialScene(DawnGame *game) {
return new HelloWorldScene(game);
// return new HelloWorldScene(game);
return new Scene1Prologue(game);
}