Note that we are missing the ARB_internalformat_query extension, which provides the glGetInternalformativ function needed by GL ES 3.0. Reviewed-by: Paul Berry <stereotype441@gmail.com>
34 lines
917 B
XML
34 lines
917 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_vertex_array_object" number="54">
|
|
|
|
<enum name="VERTEX_ARRAY_BINDING" value="0x85B5"/>
|
|
|
|
<function name="BindVertexArray" offset="assign" es2="3.0">
|
|
<param name="array" type="GLuint"/>
|
|
</function>
|
|
|
|
<function name="DeleteVertexArrays" alias="DeleteVertexArraysAPPLE" es2="3.0">
|
|
<param name="n" type="GLsizei"/>
|
|
<param name="arrays" type="const GLuint *"/>
|
|
</function>
|
|
|
|
<function name="GenVertexArrays" offset="assign" es2="3.0">
|
|
<param name="n" type="GLsizei"/>
|
|
<param name="arrays" type="GLuint *"/>
|
|
</function>
|
|
|
|
<function name="IsVertexArray" alias="IsVertexArrayAPPLE" es2="3.0">
|
|
<param name="array" type="GLuint"/>
|
|
<return type="GLboolean"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|