package js.html.webgl.extension
Available on js
The EXT_blend_minmax
extension is part of the WebGL API and extends blending capabilities by adding two new blend equations: the minimum or maximum color components of the source and destination colors.
Documentation EXT_blend_minmax by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
staticinlineread onlyMAX_EXT:Int = 32776
Produces the maximum color components of the source and destination colors.
staticinlineread onlyMIN_EXT:Int = 32775
Produces the minimum color components of the source and destination colors.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/webgl/extension/EXTBlendMinmax.html