Interface BlendComponent

Descriptor of the blend component state of a color target.

See

https://www.w3.org/TR/webgpu/#dictdef-gpublendcomponent

Hierarchy

  • BlendComponent

Properties

dstFactor?: BlendFactor

Blend destination factor. Defaults to Zero

operation?: BlendOperation

Blend operation. Defaults to Add

srcFactor?: BlendFactor

Blend source factor. Defaults to One

Generated using TypeDoc