func can be an object with the fields {src, dst} or {srcRGB, srcAlpha, dstRGB, dstAlpha},
with the former corresponding to gl.blendFunc and the latter to gl.blendFuncSeparate.
Default: { src: 'src alpha', dst: 'one minus src alpha' }
Generated using TypeDoc
equationcan be either a string or an object with the fields {rgb, alpha}. The former corresponds togl.blendEquationand the latter togl.blendEquationSeparate. Default: 'add'