MCPcopy Create free account
hub / github.com/Hopson97/MineCraft-One-Week-Challenge / loadModelMatrix

Method loadModelMatrix

Source/Shaders/BasicShader.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void BasicShader::loadModelMatrix(const glm::mat4 &matrix)
16{
17 loadMatrix4(m_locationModelMatrix, matrix);
18}
19
20void BasicShader::getUniforms()
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected