GPURenderPassDepthStencilAttachment

data class GPURenderPassDepthStencilAttachment(var view: GPUTextureView, var depthLoadOp: String, var depthStoreOp: String, var depthClearValue: Float)(source)

Constructors

Link copied to clipboard
constructor(view: GPUTextureView, depthLoadOp: String, depthStoreOp: String, depthClearValue: Float)

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