W3cubDocs

/Deno

GPUBlendOperation

type GPUBlendOperation =
| "add"
| "subtract"
| "reverse-subtract"
| "min"
| "max";

Type

"add" | "subtract" | "reverse-subtract" | "min" | "max"