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

Method loadMat4

src/Shaders/BaseShader.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void BaseShader::loadMat4(GLint location, const GLfloat *value){
213 glUniformMatrix4fv(location, 1, GL_FALSE, value);
214}
215
216void BaseShader::cleanup(){
217 glDetachShader(ProgramID, VertexShaderID);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected