Interface GPUBlendComponent
interface GPUBlendComponent {
dstFactor?: GPUBlendFactor;
operation?: GPUBlendOperation;
srcFactor?: GPUBlendFactor;
}
dstFactor?: GPUBlendFactor;
operation?: GPUBlendOperation;
srcFactor?: GPUBlendFactor;
}
Index
Properties
Properties
OptionaldstFactor
Optionaloperation
Defines the GPUBlendOperation used to calculate the values written to the target attachment components.
OptionalsrcFactor
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.