Graphics: WIP (almost working)

This commit is contained in:
Jérôme Leclercq
2020-10-30 23:08:48 +01:00
parent 73e86407b3
commit 89609570f4
28 changed files with 1036 additions and 2262 deletions

View File

@@ -26,7 +26,7 @@ namespace Nz
struct Config;
Graphics(Config config);
~Graphics() = default;
~Graphics();
inline RenderDevice& GetRenderDevice();