tor-browser

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

EXT_disjoint_timer_query_webgl2.idl (658B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: WebGL EXT_disjoint_timer_query_webgl2 Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query_webgl2/)
      5 
      6 [Exposed=(Window,Worker), LegacyNoInterfaceObject]
      7 interface EXT_disjoint_timer_query_webgl2 {
      8  const GLenum QUERY_COUNTER_BITS_EXT      = 0x8864;
      9  const GLenum TIME_ELAPSED_EXT            = 0x88BF;
     10  const GLenum TIMESTAMP_EXT               = 0x8E28;
     11  const GLenum GPU_DISJOINT_EXT            = 0x8FBB;
     12 
     13  undefined queryCounterEXT(WebGLQuery query, GLenum target);
     14 };