WEBGL_compressed_texture_s3tc_srgb.idl (685B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/) 5 6 [Exposed=(Window,Worker), LegacyNoInterfaceObject] 7 interface WEBGL_compressed_texture_s3tc_srgb { 8 /* Compressed Texture Formats */ 9 const GLenum COMPRESSED_SRGB_S3TC_DXT1_EXT = 0x8C4C; 10 const GLenum COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT = 0x8C4D; 11 const GLenum COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT = 0x8C4E; 12 const GLenum COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT = 0x8C4F; 13 };