GPURenderPassDepthStencilAttachment

interface GPURenderPassDepthStencilAttachment {
depthClearValue?: number;
depthLoadOp?: GPULoadOp;
depthReadOnly?: boolean;
depthStoreOp?: GPUStoreOp;
stencilClearValue?: number;
stencilLoadOp?: GPULoadOp;
stencilReadOnly?: boolean;
stencilStoreOp?: GPUStoreOp;
}

§Properties

§
depthClearValue?: number
[src]
§
depthLoadOp?: GPULoadOp
[src]
§
depthReadOnly?: boolean
[src]
§
depthStoreOp?: GPUStoreOp
[src]
§
stencilClearValue?: number
[src]
§
stencilLoadOp?: GPULoadOp
[src]
§
stencilReadOnly?: boolean
[src]
§
stencilStoreOp?: GPUStoreOp
[src]