Description
The QOpenGL* classes expose various shortcomings:
- Functions like glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders) require array support
- The modifications/rejection mechanism does not cope with typedefs (like GLuint) well, misleading error messages are produced. It seems that the rejection mechanism takes signatures with unresolved typedefs, whereas modifications use resolved typedefs.
Attachments
Issue Links
- depends on
-
PYSIDE-354 Shiboken does not handle array arguments
- Closed
- is required for
-
PYSIDE-487 Meta task for missing bindings
- Open