glUniformMatrix

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void glUniformMatrix(GLint location, GLboolean transpose, GLfloat[4] value)
    void
    glUniformMatrix
    (
    GLint location
    ,
    GLboolean transpose
    ,
    const GLfloat[4] value
    )
  2. void glUniformMatrix(GLint location, GLboolean transpose, GLfloat[9] value)
  3. void glUniformMatrix(GLint location, GLboolean transpose, GLfloat[16] value)

Meta