tor-browser

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

WEBGL_compressed_texture_pvrtc.idl (673B)


      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_pvrtc Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_pvrtc/)
      5 
      6 [Exposed=(Window,Worker), LegacyNoInterfaceObject]
      7 interface WEBGL_compressed_texture_pvrtc {
      8    /* Compressed Texture Formats */
      9    const GLenum COMPRESSED_RGB_PVRTC_4BPPV1_IMG      = 0x8C00;
     10    const GLenum COMPRESSED_RGB_PVRTC_2BPPV1_IMG      = 0x8C01;
     11    const GLenum COMPRESSED_RGBA_PVRTC_4BPPV1_IMG     = 0x8C02;
     12    const GLenum COMPRESSED_RGBA_PVRTC_2BPPV1_IMG     = 0x8C03;
     13 };