Basic crashing text rendering

This commit is contained in:
Dynamitos
2022-04-15 11:19:30 +02:00
parent 3fec36295a
commit eb23264c40
41 changed files with 895 additions and 273 deletions
@@ -11,5 +11,7 @@ target_sources(Engine
RenderGraph.h
RenderGraph.cpp
RenderPass.h
TextPass.h
TextPass.cpp
UIPass.h
UIPass.cpp)