W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPUBlendComponent
interface
GPUBlendComponent {
dstFactor
:
GPUBlendFactor
;
operation
:
GPUBlendOperation
;
srcFactor
:
GPUBlendFactor
;
}
Properties
dstFactor
:
GPUBlendFactor
operation
:
GPUBlendOperation
srcFactor
:
GPUBlendFactor
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPUBlendComponent