GPURenderPassDepthStencilAttachment
6 items
constructorGPURenderPassDepthStencilAttachment
constructor(view: GPUTextureView, depthLoadOp: String, depthStoreOp: String, depthClearValue: Float)
var depthClearValue: Float
vardepthLoadOp
var depthLoadOp: String
vardepthStoreOp
var depthStoreOp: String
varview
var view: GPUTextureView