interface GPURenderPassDepthStencilAttachment
Properties Jump to heading
optional
Jump to headingdepthClearValue: number
optional
Jump to headingdepthLoadOp: GPULoadOp
optional
Jump to headingdepthStoreOp: GPUStoreOp
optional
Jump to headingdepthReadOnly: boolean
optional
Jump to headingstencilClearValue: number
optional
Jump to headingstencilLoadOp: GPULoadOp
optional
Jump to headingstencilStoreOp: GPUStoreOp
optional
Jump to headingstencilReadOnly: boolean