Fix: EEVEE: Warning in shader C++ compilation

This commit is contained in:
Clément Foucault
2025-05-07 13:38:52 +02:00
parent c5e9bc4113
commit 72e50a0285

View File

@@ -25,6 +25,7 @@ float closure_apparent_roughness_get(ClosureUndetermined cl)
case CLOSURE_NONE_ID:
return 0.0f;
}
return 0.0f;
}
float closure_evaluate_pdf(ClosureUndetermined cl, float3 L, float3 V, float thickness)