SetMat3
This function sets a Mat3 uniform.
Syntax
- bool SetMat3(const std::string& name, const Mat3& m)
Parameters
- name: the name of the shader uniform.
- m: a Mat3 value.
Returns
Returns true if the uniform exists and is of the correct type, otherwise false is returned.