mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 00:18:09 +02:00
From http://www.opengl.org/registry/specs/ARB/seamless_cube_map.txt: Accepted by the <cap> parameter of Enable, Disable and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv and GetDoublev: TEXTURE_CUBE_MAP_SEAMLESS 0x884F This caused a change in enums.c, which is manually built from the .xml files. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
12 lines
282 B
XML
12 lines
282 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_seamless_cube_map" number="65">
|
|
<enum name="TEXTURE_CUBE_MAP_SEAMLESS" count="1" value="0x884F">
|
|
<size name="Get" mode="get"/>
|
|
</enum>
|
|
</category>
|
|
|
|
</OpenGLAPI>
|