WEBGL_compressed_texture_s3tc.idl (683B)
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 Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc/) 5 6 [Exposed=(Window,Worker), LegacyNoInterfaceObject] 7 interface WEBGL_compressed_texture_s3tc { 8 /* Compressed Texture Formats */ 9 const GLenum COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0; 10 const GLenum COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83F1; 11 const GLenum COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83F2; 12 const GLenum COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3; 13 };