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