aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/ARB_texture_view.xml
blob: 0c20ef97d89a61c1bf427f91ecd8551a7dcf8e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">

<!-- Note: no GLX protocol info yet. -->

<OpenGLAPI>

<category name="GL_ARB_texture_view" number="124">

   <function name="TextureView" no_error="true">
      <param name="texture" type="GLuint"/>
      <param name="target" type="GLenum"/>
      <param name="origtexture" type="GLuint"/>
      <param name="internalformat" type="GLenum"/>
      <param name="minlevel" type="GLuint"/>
      <param name="numlevels" type="GLuint"/>
      <param name="minlayer" type="GLuint"/>
      <param name="numlayers" type="GLuint"/>
   </function>

</category>

</OpenGLAPI>