Graphics: Add DebugDrawer support

This commit is contained in:
SirLynix
2022-08-17 20:12:49 +02:00
parent 4a5f866754
commit f1549b934c
11 changed files with 156 additions and 9 deletions

View File

@@ -40,6 +40,9 @@ namespace Nz
template<typename T = RenderWindow, typename... Args> T& CreateWindow(Args&&... args);
inline FramePipeline& GetFramePipeline();
inline const FramePipeline& GetFramePipeline() const;
void Update(float elapsedTime);
RenderSystem& operator=(const RenderSystem&) = delete;