On this page
GPUBlendComponent
interface GPUBlendComponent {
dstFactor?: GPUBlendFactor;
operation?: GPUBlendOperation;
srcFactor?: GPUBlendFactor;
}
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPUBlendComponent