mesa: add EXT_dsa glMultiTexCoordPointerEXT function

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Pierre-Eric Pelloux-Prayer
2019-04-30 18:28:15 +02:00
committed by Marek Olšák
parent e364ddece3
commit 0556932f4a
5 changed files with 39 additions and 2 deletions
@@ -633,6 +633,14 @@
<param name="param" type="GLint *" />
</function>
<function name="MultiTexCoordPointerEXT">
<param name="texunit" type="GLenum" />
<param name="size" type="GLint" />
<param name="type" type="GLenum" />
<param name="stride" type="GLsizei" />
<param name="pointer" type="const GLvoid *" />
</function>
<!-- OpenGL 1.3 -->
<function name="MatrixLoadTransposefEXT" offset="assign">
+1
View File
@@ -1550,6 +1550,7 @@ offsets = {
"GetMultiTexGendvEXT": 1514,
"GetMultiTexGenfvEXT": 1515,
"GetMultiTexGenivEXT": 1516,
"MultiTexCoordPointerEXT": 1517,
}
functions = [