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

Method loadTransformationMatrix

src/Shaders/RaceNetShader.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void RaceNetShader::loadTransformationMatrix(const glm::mat4 &transformation) {
31 loadMat4(transformationMatrixLocation, &transformation[0][0]);
32}
33
34void RaceNetShader::loadColor(glm::vec3 color) {
35 loadVec3(colourLocation, color);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected