MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / loadTransformMatrix

Method loadTransformMatrix

src/Shaders/DepthShader.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void DepthShader::loadTransformMatrix(const glm::mat4 &transformationMatrix) {
42 loadMat4(transformationMatrixLocation, &transformationMatrix[0][0]);
43}

Callers 2

renderTrackMethod · 0.45
renderShadowMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected