Interface ColorTargetState

Descriptor of the color states of a target.

See

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

Hierarchy

  • ColorTargetState

Properties

blendAlpha?: BlendComponent

Blend component for RGB color.

blendColor?: BlendComponent

Blend component for RGB color.

The texture format for this render target.

writeMask?: ColorWrite

Color-channels to write. Defaults to All

Generated using TypeDoc