tor-browser

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

WEBGL_debug_renderer_info.idl (508B)


      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_debug_renderer_info Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/WEBGL_debug_renderer_info/)
      5 
      6 [Exposed=(Window,Worker), LegacyNoInterfaceObject]
      7 interface WEBGL_debug_renderer_info {
      8 
      9      const GLenum UNMASKED_VENDOR_WEBGL            = 0x9245;
     10      const GLenum UNMASKED_RENDERER_WEBGL          = 0x9246;
     11 
     12 };