Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.1, 5.9.1
-
18aae36a90c0753f1b1e615ba8437d8ebd1bd2fb
Description
One example is the method glVertexAttrib4fv(GLuint index, const GLfloat * v) which is supposed to be part of "QOpenGLFunctions_3_3_Core" class but is instead part of "QOpenGLFunctions_3_3_Compatibility" class. This applies to many more glVertexAttrib methods and all the versioned function resolvers for OpenGL version 3.3 and higher. According to the official OpenGL reference all the glVertexAttrib*** methods are part of the core profile even in the latest version.