Color Attachment
data class ColorAttachment(val view: TextureView, val loadOp: LoadOp, val storeOp: StoreOp, val depthSlice: GPUIntegerCoordinate? = null, val resolveTarget: TextureView? = null, val clearValue: Color = Color(.0, .0, .0, .0))
Constructors
Link copied to clipboard
constructor(view: TextureView, loadOp: LoadOp, storeOp: StoreOp, depthSlice: GPUIntegerCoordinate? = null, resolveTarget: TextureView? = null, clearValue: Color = Color(.0, .0, .0, .0))