GPUColorTargetState

data class GPUColorTargetState(var format: String, var blend: GPUBlendState? = null, var writeMask: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(format: String, blend: GPUBlendState? = null, writeMask: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toGpu(): dynamic