GPUBlendState

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

§Properties

§
alpha: GPUBlendComponent
[src]
§
color: GPUBlendComponent
[src]