WGPUColorTargetState

value class WGPUColorTargetState(val $mem: MemorySegment)

TODO

Constructors

Link copied to clipboard
constructor(gc: Boolean)
constructor($mem: MemorySegment)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val $mem: MemorySegment
Link copied to clipboard
Link copied to clipboard

The texture format of the target. If WGPUTextureFormat.Undefined, indicates a "hole" in the parent WGPUFragmentState.targets array: the pipeline does not output a value at this location.

Link copied to clipboard
Link copied to clipboard
var writeMask: <Error class: unknown class>

TODO