mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 11:08:24 +02:00
Noticed this was missing when writing the "glapi: sort ARB extensions by number" commit, which at least shows it was effective. Reviewed-by: Brian Paul <brianp@vmware.com>
15 lines
423 B
XML
15 lines
423 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_texture_compression_rgtc" number="52">
|
|
|
|
<enum name="COMPRESSED_RED_RGTC1" value = "0x8DBB"/>
|
|
<enum name="COMPRESSED_SIGNED_RED_RGTC1" value = "0x8DBC"/>
|
|
<enum name="COMPRESSED_RG_RGTC2" value = "0x8DBD"/>
|
|
<enum name="COMPRESSED_SIGNED_RG_RGTC2" value = "0x8DBE"/>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|