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

# D3D12_DEPTH_STENCIL_VALUE

> Especifica un valor de profundidad y galería de símbolos.

Especifica un valor de profundidad y galería de símbolos.

## Sintaxis

```cpp theme={null}
typedef struct D3D12_DEPTH_STENCIL_VALUE
{
    FLOAT Depth;
    UINT8 Stencil;
} D3D12_DEPTH_STENCIL_VALUE
```

### Miembros

*Depth*\
Tipo: FLOAT

Especifica el valor de profundidad.

*Stencil*\
Tipo: UINT8

Especifica el valor de galería de símbolos.

## Comentarios

Esta estructura se usa en la estructura [D3D12\_CLEAR\_VALUE](/reference/graphics/d3d12/structs/d3d12_clear_value_public).

## Requisitos

**Encabezado:** d3d12\_xs.h o d3d12\_x.h\
**Biblioteca:** d3d12\_xs.lib o d3d12\_x.lib\
**Plataformas compatibles**: consolas XBOX Series y familia XBOX One

## Consulte también

[Estructuras principales](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)


## Related topics

- [D3D12_CLEAR_VALUE](/es/reference/graphics/d3d12/structs/d3d12_clear_value_public.md)
- [D3D12_DEPTH_STENCIL_DESC](/es/reference/graphics/d3d12/structs/d3d12_depth_stencil_desc_public.md)
- [D3D12_DEPTH_STENCIL_DESC1](/es/reference/graphics/d3d12/structs/d3d12_depth_stencil_desc1_public.md)
- [D3D12_DEPTH_STENCILOP_DESC](/es/reference/graphics/d3d12/structs/d3d12_depth_stencilop_desc_public.md)
- [D3D12_DEPTH_STENCIL_VIEW_DESC](/es/reference/graphics/d3d12/structs/d3d12_depth_stencil_view_desc_public.md)
