Interface GPUBlendComponent
interface GPUBlendComponent {
dstFactor?: GPUBlendFactor;
operation?: GPUBlendOperation;
srcFactor?: GPUBlendFactor;
}
dstFactor?: GPUBlendFactor;
operation?: GPUBlendOperation;
srcFactor?: GPUBlendFactor;
}
Index
Properties
Properties
Optional
dstFactor
Optional
operation
Defines the GPUBlendOperation used to calculate the values written to the target attachment components.
Optional
srcFactor
Defines the GPUBlendFactor operation to be performed on values from the fragment shader.
Defines the GPUBlendFactor operation to be performed on values from the target attachment.