Font builder
This commit is contained in:
@@ -17,7 +17,14 @@ void RuntimeLayerController::LoadSupportedShaderCatalog(const std::string& shade
|
||||
return;
|
||||
}
|
||||
|
||||
Log("runtime-shader", "Supported shader catalog loaded with " + std::to_string(mShaderCatalog.Shaders().size()) + " shader(s).");
|
||||
std::size_t preparedFontAtlases = 0;
|
||||
for (const auto& entry : mShaderCatalog.FontAtlases())
|
||||
preparedFontAtlases += entry.second.size();
|
||||
|
||||
Log(
|
||||
"runtime-shader",
|
||||
"Supported shader catalog loaded with " + std::to_string(mShaderCatalog.Shaders().size()) +
|
||||
" shader(s), prepared " + std::to_string(preparedFontAtlases) + " font atlas asset(s).");
|
||||
}
|
||||
|
||||
void RuntimeLayerController::InitializeLayerModel(std::string& runtimeShaderId)
|
||||
|
||||
Reference in New Issue
Block a user