diff options
author | Marek Olšák <marek.olsak@amd.com> | 2018-11-27 20:42:44 -0500 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2018-12-04 12:50:36 -0500 |
commit | 4b218984d862f860e0a3b8d1bc3c3235f46871fe (patch) | |
tree | 1dda2d6265bbef3f4de86a003c62460713ec1f74 /src/mapi | |
parent | d9b2234042142dc02a4844747d3c35e140da53dc (diff) | |
download | mesa-4b218984d862f860e0a3b8d1bc3c3235f46871fe.tar.gz |
mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_view
There are no spec changes.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 459f642e477..bbc4a1a1118 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -1460,4 +1460,17 @@ </function> </category> +<category name="GL_EXT_texture_view" number="185"> + <function name="TextureViewEXT" es2="3.1" alias="TextureView"> + <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> |