Template:Glapi compressedformattable: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Table fix.
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="{{{1|}}}"
{| class="wikitable" style="{{{1|}}}"
|-'''Compressed Internal Formats'''
|+'''Compressed Internal Formats'''
! '''Compressed Internal Format'''
! '''Compressed Internal Format'''
! '''Base Internal Format'''
! '''Base Internal Format'''
Line 63: Line 63:
| colspan="3" align="center" | '''[[S3_Texture_Compression|S3TC formats]]'''
| colspan="3" align="center" | '''[[S3_Texture_Compression|S3TC formats]]'''
|-
|-
| {{enum|GL_COMPRESSED_RGB_S3TC_DXT1_EXT?}}
| {{enum|GL_COMPRESSED_RGB_S3TC_DXT1_EXT}}
| {{enum|GL_RGB}}
| {{enum|GL_RGB}}
| Specific
| Specific
|-
|-
| {{enum|GL_COMPRESSED_SRGB_S3TC_DXT1_EXT?}}
| {{enum|GL_COMPRESSED_SRGB_S3TC_DXT1_EXT}}
| {{enum|GL_RGB}}
| {{enum|GL_RGB}}
| Specific
| Specific
|-
|-
| {{enum|GL_COMPRESSED_RGBA_S3TC_DXT1_EXT?}}
| {{enum|GL_COMPRESSED_RGBA_S3TC_DXT1_EXT}}
| {{enum|GL_RGBA}}
| {{enum|GL_RGBA}}
| Specific
| Specific
Line 79: Line 79:
| Specific
| Specific
|-
|-
| {{enum|GL_COMPRESSED_RGBA_S3TC_DXT3_EXT?}}
| {{enum|GL_COMPRESSED_RGBA_S3TC_DXT3_EXT}}
| {{enum|GL_RGBA}}
| {{enum|GL_RGBA}}
| Specific
| Specific
|-
|-
| {{enum|GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT?}}
| {{enum|GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT}}
| {{enum|GL_RGBA}}
| {{enum|GL_RGBA}}
| Specific
| Specific
|-
|-
| {{enum|GL_COMPRESSED_RGBA_S3TC_DXT5_EXT?}}
| {{enum|GL_COMPRESSED_RGBA_S3TC_DXT5_EXT}}
| {{enum|GL_RGBA}}
| {{enum|GL_RGBA}}
| Specific
| Specific

Latest revision as of 07:12, 16 February 2013

Compressed Internal Formats
Compressed Internal Format Base Internal Format Type
GL_COMPRESSED_RED GL_RED Generic
GL_COMPRESSED_RG GL_RG Generic
GL_COMPRESSED_RGB GL_RGB Generic
GL_COMPRESSED_RGBA GL_RGBA Generic
GL_COMPRESSED_SRGB GL_RGB Generic
GL_COMPRESSED_SRGB_ALPHA GL_RGBA Generic
GL_COMPRESSED_RED_RGTC1 GL_RED Specific
GL_COMPRESSED_SIGNED_RED_RGTC1 GL_RED Specific
GL_COMPRESSED_RG_RGTC2 GL_RG Specific
GL_COMPRESSED_SIGNED_RG_RGTC2 GL_RG Specific
GL_COMPRESSED_RGBA_BPTC_UNORM GL_RGBA Specific
GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM GL_RGBA Specific
GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT GL_RGB Specific
GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT GL_RGB Specific
S3TC formats
GL_COMPRESSED_RGB_S3TC_DXT1_EXT GL_RGB Specific
GL_COMPRESSED_SRGB_S3TC_DXT1_EXT GL_RGB Specific
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT GL_RGBA Specific
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT GL_RGBA Specific
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT GL_RGBA Specific
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT GL_RGBA Specific
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT GL_RGBA Specific
GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT GL_RGBA Specific