tor-browser

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

OES_draw_buffers_indexed.idl (1014B)


      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_draw_buffers_indexed Extension Specification (https://registry.khronos.org/webgl/extensions/OES_draw_buffers_indexed/)
      5 
      6 [Exposed=(Window,Worker), LegacyNoInterfaceObject]
      7 interface OES_draw_buffers_indexed {
      8  undefined enableiOES(GLenum target, GLuint index);
      9 
     10  undefined disableiOES(GLenum target, GLuint index);
     11 
     12  undefined blendEquationiOES(GLuint buf, GLenum mode);
     13 
     14  undefined blendEquationSeparateiOES(GLuint buf,
     15                                 GLenum modeRGB, GLenum modeAlpha);
     16 
     17  undefined blendFunciOES(GLuint buf,
     18                     GLenum src, GLenum dst);
     19 
     20  undefined blendFuncSeparateiOES(GLuint buf,
     21                             GLenum srcRGB, GLenum dstRGB,
     22                             GLenum srcAlpha, GLenum dstAlpha);
     23 
     24  undefined colorMaskiOES(GLuint buf,
     25                     GLboolean r, GLboolean g, GLboolean b, GLboolean a);
     26 };