~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml

  • Committer: mmach
  • Date: 2022-09-22 20:00:35 UTC
  • Revision ID: netbit73@gmail.com-20220922200035-j2mt0pv92d002zy3
2022-09-22 21:17:58

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
 
3
 
 
4
<OpenGLAPI>
 
5
 
 
6
<category name="GL_ARB_texture_compression_rgtc" number="52">
 
7
 
 
8
    <enum name="COMPRESSED_RED_RGTC1"        value = "0x8DBB"/>
 
9
    <enum name="COMPRESSED_SIGNED_RED_RGTC1" value = "0x8DBC"/>
 
10
    <enum name="COMPRESSED_RG_RGTC2"         value = "0x8DBD"/>
 
11
    <enum name="COMPRESSED_SIGNED_RG_RGTC2"  value = "0x8DBE"/>
 
12
 
 
13
</category>
 
14
 
 
15
</OpenGLAPI>