mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 00:18:09 +02:00
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
23 lines
630 B
XML
23 lines
630 B
XML
<?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>
|