DepthStencilAttachment

data class DepthStencilAttachment(val view: TextureView, val depthClearValue: Float? = null, val depthLoadOp: LoadOp? = null, val depthStoreOp: StoreOp? = null, val depthReadOnly: Boolean = false, val stencilClearValue: GPUStencilValue, val stencilLoadOp: LoadOp? = null, val stencilStoreOp: StoreOp? = null, val stencilReadOnly: Boolean = false)

Constructors

Link copied to clipboard
constructor(view: TextureView, depthClearValue: Float? = null, depthLoadOp: LoadOp? = null, depthStoreOp: StoreOp? = null, depthReadOnly: Boolean = false, stencilClearValue: GPUStencilValue, stencilLoadOp: LoadOp? = null, stencilStoreOp: StoreOp? = null, stencilReadOnly: Boolean = false)

Properties

Link copied to clipboard
val depthClearValue: Float? = null
Link copied to clipboard
val depthLoadOp: LoadOp? = null
Link copied to clipboard
val depthReadOnly: Boolean = false
Link copied to clipboard
val depthStoreOp: StoreOp? = null
Link copied to clipboard
Link copied to clipboard
val stencilLoadOp: LoadOp? = null
Link copied to clipboard
Link copied to clipboard
val stencilStoreOp: StoreOp? = null
Link copied to clipboard