MCPcopy Create free account
hub / github.com/RIPmr/MoonEngine / setMat4

Method setMat4

ToyBox/MShader.h:99–101  ·  view source on GitHub ↗

------------------------------------------------------------------------ void setMat2(const std::string &name, const Matrix2x2 &mat) const { glUniformMatrix2fv(glGetUniformLocation(localID, name.c_str()), 1, GL_FALSE, &mat[0][0]); }*/ ------------------------------------------------------------------------ void setMat3(const std::string &name, const Matrix3x3 &mat) const { glUniformMatrix3

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

DrawTransPrototypeMethod · 0.80
DrawLinePrototypeMethod · 0.80
DrawPointPrototypeMethod · 0.80
DrawMethod · 0.80
DrawVolumnObjectsMethod · 0.80
DrawIDLUT_EditModeMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected