GPURenderPassColorAttachment

data class GPURenderPassColorAttachment(var view: GPUTextureView, var loadOp: String, var storeOp: String, var clearValue: GPUColor)(source)

Constructors

Link copied to clipboard
constructor(view: GPUTextureView, loadOp: String, storeOp: String, clearValue: GPUColor)

Properties

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

Functions

Link copied to clipboard
fun toGpu(): dynamic