> ## Documentation Index
> Fetch the complete documentation index at: https://rive.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DepthStencilAttachment

Depth/stencil attachment descriptor for canvas:beginRenderPass.

## Fields

### `view`

Required. Use GPUTexture:view().

### `depthLoadOp`

### `depthStoreOp`

Required; 'discard' for transient depth, 'store' to read it later.

### `depthClearValue`
