tor-browser

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

WEBGL_compressed_texture_etc.idl (1101B)


      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_etc Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc/)
      5 
      6 [Exposed=(Window,Worker), LegacyNoInterfaceObject]
      7 interface WEBGL_compressed_texture_etc {
      8    /* Compressed Texture Formats */
      9    const GLenum COMPRESSED_R11_EAC                        = 0x9270;
     10    const GLenum COMPRESSED_SIGNED_R11_EAC                 = 0x9271;
     11    const GLenum COMPRESSED_RG11_EAC                       = 0x9272;
     12    const GLenum COMPRESSED_SIGNED_RG11_EAC                = 0x9273;
     13    const GLenum COMPRESSED_RGB8_ETC2                      = 0x9274;
     14    const GLenum COMPRESSED_SRGB8_ETC2                     = 0x9275;
     15    const GLenum COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2  = 0x9276;
     16    const GLenum COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277;
     17    const GLenum COMPRESSED_RGBA8_ETC2_EAC                 = 0x9278;
     18    const GLenum COMPRESSED_SRGB8_ALPHA8_ETC2_EAC          = 0x9279;
     19 };