Increasing shadowmap resolution

This commit is contained in:
2025-07-12 16:33:37 +02:00
parent 3cc1a67664
commit cc22f10565
2 changed files with 3 additions and 3 deletions
@@ -168,7 +168,7 @@ void ShadowPass::endFrame() {}
void ShadowPass::publishOutputs() {
shadowViewport = graphics->createViewport(nullptr, ViewportCreateInfo{.dimensions =
{
.size = {2048, 2048},
.size = {8192, 8192},
.offset = {0, 0},
},
.fieldOfView = 0,