1bf215546Sopenharmony_ci<?xml version="1.0"?>
2bf215546Sopenharmony_ci<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
3bf215546Sopenharmony_ci
4bf215546Sopenharmony_ci<OpenGLAPI>
5bf215546Sopenharmony_ci
6bf215546Sopenharmony_ci<category name="GL_EXT_texture_array" number="329">
7bf215546Sopenharmony_ci    <enum name="TEXTURE_1D_ARRAY_EXT"                      value="0x8C18"/>
8bf215546Sopenharmony_ci    <enum name="PROXY_TEXTURE_1D_ARRAY_EXT"                value="0x8C19"/>
9bf215546Sopenharmony_ci    <enum name="TEXTURE_2D_ARRAY_EXT"                      value="0x8C1A"/>
10bf215546Sopenharmony_ci    <enum name="PROXY_TEXTURE_2D_ARRAY_EXT"                value="0x8C1B"/>
11bf215546Sopenharmony_ci
12bf215546Sopenharmony_ci    <enum name="TEXTURE_BINDING_1D_ARRAY_EXT"   count="1"  value="0x8C1C">
13bf215546Sopenharmony_ci        <size name="Get" mode="get"/>
14bf215546Sopenharmony_ci    </enum>
15bf215546Sopenharmony_ci
16bf215546Sopenharmony_ci    <enum name="TEXTURE_BINDING_2D_ARRAY_EXT"   count="1"  value="0x8C1D">
17bf215546Sopenharmony_ci        <size name="Get" mode="get"/>
18bf215546Sopenharmony_ci    </enum>
19bf215546Sopenharmony_ci
20bf215546Sopenharmony_ci    <enum name="MAX_ARRAY_TEXTURE_LAYERS_EXT"   count="1"  value="0x88FF">
21bf215546Sopenharmony_ci        <size name="Get" mode="get"/>
22bf215546Sopenharmony_ci    </enum>
23bf215546Sopenharmony_ci
24bf215546Sopenharmony_ci    <enum name="COMPARE_REF_DEPTH_TO_TEXTURE_EXT" count="1" value="0x884E">
25bf215546Sopenharmony_ci        <size name="Get" mode="get"/>
26bf215546Sopenharmony_ci    </enum>
27bf215546Sopenharmony_ci
28bf215546Sopenharmony_ci    <enum name="FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT"   count="1" value="0x8CD4">
29bf215546Sopenharmony_ci        <size name="GetFramebufferAttachmentParameteriv" mode="get"/>
30bf215546Sopenharmony_ci    </enum>
31bf215546Sopenharmony_ci
32bf215546Sopenharmony_ci    <function name="FramebufferTextureLayerEXT" alias="FramebufferTextureLayer">
33bf215546Sopenharmony_ci        <param name="target" type="GLenum"/>
34bf215546Sopenharmony_ci        <param name="attachment" type="GLenum"/>
35bf215546Sopenharmony_ci        <param name="texture" type="GLuint"/>
36bf215546Sopenharmony_ci        <param name="level" type="GLint"/>
37bf215546Sopenharmony_ci        <param name="layer" type="GLint"/>
38bf215546Sopenharmony_ci    </function>
39bf215546Sopenharmony_ci</category>
40bf215546Sopenharmony_ci
41bf215546Sopenharmony_ci</OpenGLAPI>
42