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

# ID3D12MetaCommand

> 메타 명령을 나타냅니다. 메타 명령은 독립 하드웨어 공급업체(IHV)에 의해 가속화되는 알고리즘을 나타내는 Direct3D 12 개체입니다.

메타 명령을 나타냅니다. 메타 명령은 독립 하드웨어 공급업체(IHV)에 의해 가속화되는 알고리즘을 나타내는 Direct3D 12 개체입니다. 이는 드라이버에 의해 구현되는 명령 생성기에 대한 불투명 참조입니다.

메타 명령의 수명은 이를 참조하는 명령 목록의 수명에 연결되어 있습니다. 따라서 이를 참조하는 명령 목록이 현재 GPU에서 실행 중이 아닌 경우에만 메타 명령을 해제해야 합니다.

메타 명령은 파이프라인 상태 개체(PSO), 바인딩, 중간 리소스 상태 및 Draw/Dispatch 호출의 집합을 캡슐화할 수 있습니다. 메타 명령의 시그니처는 여러 입력/출력 매개 변수를 가지며 반환 값이 없는 C 스타일 함수와 유사하다고 생각할 수 있습니다.

## 요구 사항

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

## 함께 보기

[ID3D12Pageable](/reference/graphics/d3d12/interfaces/id3d12pageable/id3d12pageable_public)


## Related topics

- [InitializeMetaCommand (XBOX Series 콘솔)](/ko/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist4/methods/id3d12graphicscommandlist4_initializemetacommand_public.md)
- [GetRequiredParameterResourceSize](/ko/reference/graphics/d3d12/interfaces/id3d12metacommand/methods/id3d12metacommand_getrequiredparameterresourcesize_public.md)
- [CreateMetaCommand (XBOX Series 콘솔)](/ko/reference/graphics/d3d12/interfaces/id3d12device5/methods/id3d12device5_createmetacommand_public.md)
- [D3D12_META_COMMAND_DESC](/ko/reference/graphics/d3d12/structs/d3d12_meta_command_desc_public.md)
- [D3D12_META_COMMAND_PARAMETER_DESC](/ko/reference/graphics/d3d12/structs/d3d12_meta_command_parameter_desc_public.md)
