GPURender Pass Depth Stencil Attachment
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)