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:
@@ -3185,7 +3185,7 @@
|
||||
<glx handcode="true"/>
|
||||
</function>
|
||||
|
||||
<function name="GetPointerv" es1="1.1">
|
||||
<function name="GetPointerv" es1="1.1" es2="3.2">
|
||||
<param name="pname" type="GLenum"/>
|
||||
<param name="params" type="GLvoid **" output="true"/>
|
||||
<glx handcode="true"/>
|
||||
|
Reference in New Issue
Block a user