Interface WTCGLBlendEquation

Represents a collection of modes used to make up a blend equation.

interface WTCGLBlendEquation {
    modeAlpha: number;
    modeRGB: number;
}

Properties

Properties

modeAlpha: number

The mode to blend when using RGBA

modeRGB: number

The mode to blend when using RGB