Skip to content

projectionMatrixInverse

uniform mat4 projectionMatrixInverse;

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