Skip to content

gbufferProjectionInverse

uniform mat4 gbufferProjectionInverse;

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