Testing UI without assets.

This commit is contained in:
2023-03-20 21:12:03 -07:00
parent 99674d1b15
commit 9a8aae4d5e
8 changed files with 154 additions and 3 deletions

View File

@ -9,6 +9,7 @@
#include "display/shader/SimpleTexturedShader.hpp"
#include "display/shader/UIShaderProgram.hpp"
#include "display/RenderPipeline.hpp"
#include "display/font/ExampleFont.hpp"
namespace Dawn {
class RenderManager : public IRenderManager {
@ -19,6 +20,7 @@ namespace Dawn {
BackBufferRenderTarget backBuffer;
SimpleTexturedShader simpleShader;
UIShaderProgram uiShaderProgram;
ExampleFont defaultFont;
/**
* Construct a new RenderManager for a game instance.