VOXELRENDER: debug output

master
Martin Gerhardy 2022-04-23 13:58:01 +02:00
parent 1d83289bb4
commit 8c2e622111
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ bool RawVolumeRenderer::init() {
_bloom = core::Var::getSafe(cfg::ClientBloom);
_threadPool.init();
Log::debug("Threadpool size: %i", (int)_threadPool.size());
for (int idx = 0; idx < MAX_VOLUMES; ++idx) {
_state[idx]._models[0] = glm::mat4(1.0f);