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.

MDN Reference

interface EXT_blend_minmax {
    MAX_EXT: 32776;
    MIN_EXT: 32775;
}
Index

Properties

Properties

MAX_EXT: 32776
MIN_EXT: 32775