🏠 New in Low Baseline Support: WebGL OES_draw_buffers_indexed extension
December 13, 2022
The OES_draw_buffers_indexed
extension to WebGL allows you to control blending on a per-color basis when writing to multiple color buffers simultaneously.
Source features
api.OES_draw_buffers_indexed
[mdn]api.OES_draw_buffers_indexed.blendEquationSeparateiOES
[mdn]api.OES_draw_buffers_indexed.blendEquationiOES
[mdn]api.OES_draw_buffers_indexed.blendFuncSeparateiOES
[mdn]api.OES_draw_buffers_indexed.blendFunciOES
[mdn]api.OES_draw_buffers_indexed.colorMaskiOES
[mdn]api.OES_draw_buffers_indexed.disableiOES
[mdn]api.OES_draw_buffers_indexed.enableiOES
[mdn]