mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 00:08:09 +02:00
glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLES
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
a4c952f36f
commit
35b506148e
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
|||
<enum name="BYTE" value="0x1400"/>
|
||||
</category>
|
||||
|
||||
<category name="GL_OES_compressed_ETC1_RGB8_texture" number="5">
|
||||
<enum name="ETC1_RGB8_OES" value="0x8D64"/>
|
||||
</category>
|
||||
|
||||
<category name="GL_OES_compressed_paletted_texture" number="6">
|
||||
<enum name="PALETTE4_RGB8_OES" value="0x8B90"/>
|
||||
<enum name="PALETTE4_RGBA8_OES" value="0x8B91"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue