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

@ -27,7 +27,7 @@ namespace Dawn {
public:
BackBufferRenderTarget backBuffer;
SimpleTexturedShader *simpleTexturedShader = nullptr;
SimpleTexturedShader *uiShader = nullptr;
UIShader *uiShader = nullptr;
FontShader *fontShader = nullptr;
ExampleFont defaultFont;