> ## 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_TEX1D_DSV

> 깊이-스텐실 뷰에서 액세스할 수 있는 1D 텍스처의 하위 리소스를 설명합니다.

깊이-스텐실 뷰에서 액세스할 수 있는 1D 텍스처의 하위 리소스를 설명합니다.

## 구문

```cpp theme={null}
typedef struct D3D12_TEX1D_DSV
{
    UINT MipSlice;
} D3D12_TEX1D_DSV
```

### 멤버

*MipSlice*\
형식: UINT

사용할 첫 번째 밉맵 레벨의 인덱스입니다.

## 설명

이 구조체를 [D3D12\_DEPTH\_STENCIL\_VIEW\_DESC](/reference/graphics/d3d12/structs/d3d12_depth_stencil_view_desc_public) 구조체와 함께 사용하여 리소스를 1D 텍스처로 보십시오.

## 요구 사항

**헤더:** d3d12\_xs.h 또는 d3d12\_x.h\
**라이브러리:** d3d12\_xs.lib 또는 d3d12\_x.lib\
**지원 플랫폼**: XBOX Series 콘솔 및 XBOX One 제품군

## 함께 보기

[핵심 구조체](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)


## Related topics

- [D3D12_DEPTH_STENCIL_VIEW_DESC](/ko/reference/graphics/d3d12/structs/d3d12_depth_stencil_view_desc_public.md)
- [D3D12_TEX1D_ARRAY_DSV](/ko/reference/graphics/d3d12/structs/d3d12_tex1d_array_dsv_public.md)
- [D3D12_TEX1D_UAV](/ko/reference/graphics/d3d12/structs/d3d12_tex1d_uav_public.md)
- [D3D12_TEX1D_SRV](/ko/reference/graphics/d3d12/structs/d3d12_tex1d_srv_public.md)
- [D3D12_TEX1D_RTV](/ko/reference/graphics/d3d12/structs/d3d12_tex1d_rtv_public.md)
