GPUBlendComponent constructor
GPUBlendComponent({
- GPUBlendOperation operation,
- GPUBlendFactor srcFactor,
- GPUBlendFactor dstFactor,
Implementation
external factory GPUBlendComponent({
GPUBlendOperation operation,
GPUBlendFactor srcFactor,
GPUBlendFactor dstFactor,
});