Skip to content

gbufferModelViewInverse

uniform mat4 gbufferModelViewInverse;

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