aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-08-30 13:04:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-08-30 16:17:14 +0200
commit05aba26067c640f57d11f45be4e25922ca932b71 (patch)
tree4e1efbf481d63cd9e4fd989e4ac39e5850812d77
parent6fcd5ef83e2283cafc68b12fe482a5ac60367c6e (diff)
PySide6: Add array overload of glIndexubv()
Task-number: PYSIDE-1646 Change-Id: Iedc4f52802fbf4570ebaf91a57fe2c9994d7f3df Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications1_1_compat.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications1_1_compat.xml b/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications1_1_compat.xml
index 3f8075b30..c58cda87a 100644
--- a/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications1_1_compat.xml
+++ b/sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications1_1_compat.xml
@@ -42,3 +42,6 @@
<modify-argument index="2"><array/></modify-argument>
<modify-argument index="3"><array/></modify-argument>
</modify-function>
+<modify-function signature="^glIndexubv\(.*$">
+ <modify-argument index="1"><array/></modify-argument>
+</modify-function>