W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUBlendOperation
type
GPUBlendOperation =
|
"add"
|
"subtract"
|
"reverse-subtract"
|
"min"
|
"max"
;
Type
"add"
|
"subtract"
|
"reverse-subtract"
|
"min"
|
"max"
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUBlendOperation