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

Method loadProjectionMatrix

src/Shaders/RaceNetShader.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void RaceNetShader::loadProjectionMatrix(const glm::mat4 &projection) {
27 loadMat4(projectionMatrixLocation, &projection[0][0]);
28}
29
30void RaceNetShader::loadTransformationMatrix(const glm::mat4 &transformation) {
31 loadMat4(transformationMatrixLocation, &transformation[0][0]);

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected