WebIDLpedia

GPUBlendComponent dictionary

Definition

WebGPU defines GPUBlendComponent



dictionary GPUBlendComponent {
    GPUBlendOperation operation = "add";
    GPUBlendFactor srcFactor = "one";
    GPUBlendFactor dstFactor = "zero";
};

Referring IDL interfaces/dictionaries