1bf215546Sopenharmony_ci<?xml version="1.0"?>
2bf215546Sopenharmony_ci<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
3bf215546Sopenharmony_ci
4bf215546Sopenharmony_ci<!-- Note: no GLX protocol info yet. -->
5bf215546Sopenharmony_ci
6bf215546Sopenharmony_ci<OpenGLAPI>
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_ci<category name="GL_ARB_texture_view" number="124">
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ci   <function name="TextureView" no_error="true">
11bf215546Sopenharmony_ci      <param name="texture" type="GLuint"/>
12bf215546Sopenharmony_ci      <param name="target" type="GLenum"/>
13bf215546Sopenharmony_ci      <param name="origtexture" type="GLuint"/>
14bf215546Sopenharmony_ci      <param name="internalformat" type="GLenum"/>
15bf215546Sopenharmony_ci      <param name="minlevel" type="GLuint"/>
16bf215546Sopenharmony_ci      <param name="numlevels" type="GLuint"/>
17bf215546Sopenharmony_ci      <param name="minlayer" type="GLuint"/>
18bf215546Sopenharmony_ci      <param name="numlayers" type="GLuint"/>
19bf215546Sopenharmony_ci   </function>
20bf215546Sopenharmony_ci
21bf215546Sopenharmony_ci</category>
22bf215546Sopenharmony_ci
23bf215546Sopenharmony_ci</OpenGLAPI>
24