tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

WEBGL_compressed_texture_astc.idl (2191B)


      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_astc Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_astc/)
      5 
      6 [Exposed=(Window,Worker), LegacyNoInterfaceObject]
      7 interface WEBGL_compressed_texture_astc {
      8    /* Compressed Texture Format */
      9    const GLenum COMPRESSED_RGBA_ASTC_4x4_KHR = 0x93B0;
     10    const GLenum COMPRESSED_RGBA_ASTC_5x4_KHR = 0x93B1;
     11    const GLenum COMPRESSED_RGBA_ASTC_5x5_KHR = 0x93B2;
     12    const GLenum COMPRESSED_RGBA_ASTC_6x5_KHR = 0x93B3;
     13    const GLenum COMPRESSED_RGBA_ASTC_6x6_KHR = 0x93B4;
     14    const GLenum COMPRESSED_RGBA_ASTC_8x5_KHR = 0x93B5;
     15    const GLenum COMPRESSED_RGBA_ASTC_8x6_KHR = 0x93B6;
     16    const GLenum COMPRESSED_RGBA_ASTC_8x8_KHR = 0x93B7;
     17    const GLenum COMPRESSED_RGBA_ASTC_10x5_KHR = 0x93B8;
     18    const GLenum COMPRESSED_RGBA_ASTC_10x6_KHR = 0x93B9;
     19    const GLenum COMPRESSED_RGBA_ASTC_10x8_KHR = 0x93BA;
     20    const GLenum COMPRESSED_RGBA_ASTC_10x10_KHR = 0x93BB;
     21    const GLenum COMPRESSED_RGBA_ASTC_12x10_KHR = 0x93BC;
     22    const GLenum COMPRESSED_RGBA_ASTC_12x12_KHR = 0x93BD;
     23 
     24    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR = 0x93D0;
     25    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR = 0x93D1;
     26    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR = 0x93D2;
     27    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR = 0x93D3;
     28    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR = 0x93D4;
     29    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR = 0x93D5;
     30    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR = 0x93D6;
     31    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR = 0x93D7;
     32    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR = 0x93D8;
     33    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR = 0x93D9;
     34    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR = 0x93DA;
     35    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR = 0x93DB;
     36    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR = 0x93DC;
     37    const GLenum COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR = 0x93DD;
     38 
     39    // Profile query support.
     40    sequence<DOMString> getSupportedProfiles();
     41 };