Fix: EEVEE glass BSDF broken after recent thin film addition

Caused by cf92af3ac4.
This commit is contained in:
Brecht Van Lommel
2025-07-10 16:51:10 +02:00
parent ba51cebbdd
commit b0d7e6d15f

View File

@@ -7,6 +7,8 @@ void node_bsdf_glass(float4 color,
float ior,
float3 N,
float weight,
float thin_film_thickness,
float thin_film_ior,
const float do_multiscatter,
out Closure result)
{