GPUBlendComponent

interface GPUBlendComponent {
dstFactor?: GPUBlendFactor;
operation?: GPUBlendOperation;
srcFactor?: GPUBlendFactor;
}

§Properties

§
dstFactor?: GPUBlendFactor
[src]
§
operation?: GPUBlendOperation
[src]
§
srcFactor?: GPUBlendFactor
[src]