Skip to content

Commit 22e054d

Browse files
committed
add a new format for compressed textures
1 parent f9587d4 commit 22e054d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/graphics/GraphicsInfo.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ inline namespace v1 {
136136
{ 0x86B0, "COMPRESSED_RGB_FXT1_3DFX" },
137137
{ 0x86B1, "COMPRESSED_RGBA_FXT1_3DFX" },
138138

139+
// NV_sRGB_formats
140+
{ 0x88EE, "ETC1_SRGB8_NV" },
141+
139142
// OES_compressed_paletted_texture
140143
{ 0x8B90, "PALETTE4_RGB8_OES" },
141144
{ 0x8B91, "PALETTE4_RGBA8_OES" },

0 commit comments

Comments
 (0)