Enum: Transpose Matrix (Version13) [done!]
Posted Tuesday, 1 January, 2008 - 11:42 by Inertia in
http://www.opengl.org/registry/specs/ARB/transpose_matrix.txt
...assuming that there exists a ColorMatrix in OpenGL (never heard of it before)
// add to enum GetPName
TransposeModelviewMatrix = ( (int) 0x84e3 ),
TransposeProjectionMatrix = ( (int) 0x84e4 ),
TransposeTextureMatrix = ( (int) 0x84e5 ),
TransposeColorMatrix = ( (int) 0x84e6 ),
TransposeModelviewMatrix = ( (int) 0x84e3 ),
TransposeProjectionMatrix = ( (int) 0x84e4 ),
TransposeTextureMatrix = ( (int) 0x84e5 ),
TransposeColorMatrix = ( (int) 0x84e6 ),



