Tangent space works again

This commit is contained in:
Dynamitos
2024-12-30 23:47:24 +01:00
parent f3b6ed31dc
commit 0fb5320a30
9 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ void BasePass::render() {
},
.rasterizationState =
{
.cullMode = Gfx::SE_CULL_MODE_NONE,
.cullMode = Gfx::SE_CULL_MODE_BACK_BIT,
},
.colorBlend =
{