GPUFragmentState

data class GPUFragmentState(var module: GPUShaderModule, var entryPoint: String, var targets: Array<GPUColorTargetState>)(source)

Constructors

Link copied to clipboard
constructor(module: GPUShaderModule, entryPoint: String, targets: Array<GPUColorTargetState>)

Properties

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

Functions

Link copied to clipboard
fun toGpu(): dynamic