aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtOpenGL/typesystem_opengl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PySide/QtOpenGL/typesystem_opengl.xml')
-rw-r--r--PySide/QtOpenGL/typesystem_opengl.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/PySide/QtOpenGL/typesystem_opengl.xml b/PySide/QtOpenGL/typesystem_opengl.xml
index 043b2f565..808ed2298 100644
--- a/PySide/QtOpenGL/typesystem_opengl.xml
+++ b/PySide/QtOpenGL/typesystem_opengl.xml
@@ -190,7 +190,6 @@
</inject-code>
</modify-function>
-
<!-- setUniformValueArray -->
<modify-function signature="setUniformValueArray(int, const int*, int)" rename="setUniformValueArrayInt">
<modify-argument index="2" >
@@ -640,6 +639,13 @@
</inject-code>
</modify-function>
+ <!-- ### TODO: must evaluate if anything other than removal should be done. -->
+ <modify-function signature="setAttributeArray(int,const float*,int,int)" remove="all" />
+ <modify-function signature="setAttributeArray(const char*,const float*,int,int)" remove="all" />
+ <modify-function signature="setUniformValueArray(int,const float*,int,int)" remove="all" />
+ <modify-function signature="setUniformValueArray(const char*,const float*,int,int)" remove="all" />
+ <!-- ### -->
+
<!-- ### Use QMatrixZxY overloads -->
<modify-function signature="setUniformValue(int,Array)" remove="all" />
<modify-function signature="setUniformValue(const char*,Array)" remove="all" />