tor-browser

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

KHR_parallel_shader_compile.idl (433B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: WebGL KHR_parallel_shader_compile Extension Specification (https://registry.khronos.org/webgl/extensions/KHR_parallel_shader_compile/)
      5 
      6 [Exposed=(Window,Worker), LegacyNoInterfaceObject]
      7 interface KHR_parallel_shader_compile {
      8  const GLenum COMPLETION_STATUS_KHR                = 0x91B1;
      9 };