OES_draw_buffers_indexed
Functions
The blendEquationiOES()
method of the OES_draw_buffers_indexed
WebGL extension sets both the RGB blend and alpha blend equations for a particular draw buffer.
The blendEquationSeparateiOES()
method of the OES_draw_buffers_indexed WebGL extension sets the RGB and alpha blend equations separately for a particular draw buffer.
The blendFunciOES()
method of the OES_draw_buffers_indexed WebGL extension defines which function is used when blending pixels for a particular draw buffer.
The blendFuncSeparateiOES()
method of the OES_draw_buffers_indexed WebGL extension defines which function is used when blending pixels for RGB and alpha components separately for a particular draw buffer.
The disableiOES()
method of the OES_draw_buffers_indexed WebGL extension enables blending for a particular draw buffer.
The enableiOES()
method of the OES_draw_buffers_indexed WebGL extension enables blending for a particular draw buffer.