interface GPURenderPassDepthStencilAttachment
Properties #
optional
#depthClearValue: numberoptional
#depthLoadOp: GPULoadOpoptional
#depthStoreOp: GPUStoreOpoptional
#depthReadOnly: booleanoptional
#stencilClearValue: numberoptional
#stencilLoadOp: GPULoadOpoptional
#stencilStoreOp: GPUStoreOpoptional
#stencilReadOnly: boolean