Interface GPUBlendState

    interface GPUBlendState {
        alpha: GPUBlendComponent;
        color: GPUBlendComponent;
    }

    Properties

    Properties

    Defines the blending behavior of the corresponding render target for the alpha channel.

    Defines the blending behavior of the corresponding render target for color channels.