Definition
WebGPU defines GPUBlendOperation
enum GPUBlendOperation {
"add",
"subtract",
"reverse-subtract",
"min",
"max",
};
GPUBlendOperation
enumWebGPU defines GPUBlendOperation
enum GPUBlendOperation {
"add",
"subtract",
"reverse-subtract",
"min",
"max",
};