Zernikalos/zernikalos.context.webgpu/GPUColorTargetState GPUColorTargetState WebGPU data class GPUColorTargetState(var format: String, var blend: GPUBlendState? = null, var writeMask: Int? = null)(source) Members Constructors GPUColorTargetState Link copied to clipboard WebGPU constructor(format: String, blend: GPUBlendState? = null, writeMask: Int? = null) Properties blend Link copied to clipboard WebGPU var blend: GPUBlendState? format Link copied to clipboard WebGPU var format: String writeMask Link copied to clipboard WebGPU var writeMask: Int? Functions toGpu Link copied to clipboard WebGPU fun toGpu(): dynamic GPUColorPrevious PageGPUCommandBufferNext Page