Interface gpuGPUBlendComponent

interface gpuGPUBlendComponent {
    dstFactor?: string;
    operation?: string;
    srcFactor?: string;
}

Properties

dstFactor?: string
operation?: string
srcFactor?: string