Skip to content

shadowProjectionInverse

uniform mat4 shadowProjectionInverse;

Equal to inverse(shadowProjection), but calculated on the CPU to avoid running the expensive inverse() function on the GPU.