mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 15:40:11 +01:00
mapi: don't forget to expose GetPointerv in GL ES 3.2
I left this out of my previous commit that went around enabling all of the other ES 3.2 entrypoints. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
346de79ffd
commit
8122e30aec
1 changed files with 1 additions and 1 deletions
|
|
@ -3185,7 +3185,7 @@
|
||||||
<glx handcode="true"/>
|
<glx handcode="true"/>
|
||||||
</function>
|
</function>
|
||||||
|
|
||||||
<function name="GetPointerv" es1="1.1">
|
<function name="GetPointerv" es1="1.1" es2="3.2">
|
||||||
<param name="pname" type="GLenum"/>
|
<param name="pname" type="GLenum"/>
|
||||||
<param name="params" type="GLvoid **" output="true"/>
|
<param name="params" type="GLvoid **" output="true"/>
|
||||||
<glx handcode="true"/>
|
<glx handcode="true"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue