Changes to shadowpass

This commit is contained in:
2026-02-15 21:17:09 +01:00
parent 9f9663fb47
commit c8ee843a09
7 changed files with 23 additions and 15 deletions
@@ -673,6 +673,10 @@ void BasePass::createRenderPass() {
{
.polygonMode = Gfx::SE_POLYGON_MODE_FILL,
},
.depthStencilState = {
.depthTestEnable = true,
.depthCompareOp = Gfx::SE_COMPARE_OP_GREATER,
},
.colorBlend =
{
.attachmentCount = 1,