deno / 1.23.2 / ~ / gpublendoperation.html /

GPUBlendOperation

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

Type

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