Text Rendering works

This commit is contained in:
Dynamitos
2022-04-15 23:45:44 +02:00
parent eb23264c40
commit 03e1a5784d
70 changed files with 1178 additions and 476 deletions
+3 -2
View File
@@ -7,10 +7,11 @@
#include <sstream>
#include <iostream>
Gfx::ShaderMap MaterialAsset::shaderMap;
using namespace Seele;
Seele::Gfx::ShaderMap MaterialAsset::shaderMap;
std::mutex MaterialAsset::shaderMapLock;
using namespace Seele;
using json = nlohmann::json;
using namespace Seele;