GPUBlendOperation
type GPUBlendOperation =| "add"| "subtract"| "reverse-subtract"| "min"| "max";
Тип
"add" | "subtract" | "reverse-subtract" | "min" | "max"
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUBlendOperation