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

# ID3D12ShaderCacheSession::GetDesc

> 캐시 세션을 만드는 데 사용된 설명을 검색합니다.

캐시 세션을 만드는 데 사용된 설명을 검색합니다.

## 구문

```cpp theme={null}
D3D12_SHADER_CACHE_SESSION_DESC GetDesc(
)
```

### 매개 변수

### 반환 값

형식: D3D12\_SHADER\_CACHE\_SESSION\_DESC

캐시 세션을 만드는 데 사용된 설명을 나타내는 [D3D12\_SHADER\_CACHE\_SESSION\_DESC](/reference/graphics/d3d12/structs/d3d12_shader_cache_session_desc_public) 구조체입니다.

## 설명

## 요구 사항

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

## 함께 보기

* [D3D12 셰이더 캐시 API](https://microsoft.github.io/DirectX-Specs/d3d/ShaderCache.html)


## Related topics

- [ID3D12ShaderCacheSession](/ko/reference/graphics/d3d12/interfaces/id3d12shadercachesession/id3d12shadercachesession_public.md)
- [D3D12_SHADER_CACHE_SESSION_DESC](/ko/reference/graphics/d3d12/structs/d3d12_shader_cache_session_desc_public.md)
- [ID3D12ProtectedResourceSession::GetDesc](/ko/reference/graphics/d3d12/interfaces/id3d12protectedresourcesession/methods/id3d12protectedresourcesession_getdesc_public.md)
- [ID3D12Heap::GetDesc](/ko/reference/graphics/d3d12/interfaces/id3d12heap/methods/id3d12heap_getdesc_public.md)
- [ID3D12Resource::GetDesc](/ko/reference/graphics/d3d12/interfaces/id3d12resource/methods/id3d12resource_getdesc_public.md)
