WebIDLpedia

GPUBlendOperation enum

Definition

WebGPU defines GPUBlendOperation



enum GPUBlendOperation {
    "add",
    "subtract",
    "reverse-subtract",
    "min",
    "max",
};

Referring IDL interfaces/dictionaries