tor-browser

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

OES_texture_half_float.idl (413B)


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