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

# GetRequiredParameterResourceSize

> 지정된 단계에 대해 메타 명령의 지정된 런타임 매개 변수 리소스에 필요한 메모리 양을 검색합니다.

지정된 단계에 대해 메타 명령의 지정된 런타임 매개 변수 리소스에 필요한 메모리 양을 검색합니다.

## 구문

```cpp theme={null}
UINT64 GetRequiredParameterResourceSize(
    D3D12_META_COMMAND_PARAMETER_STAGE Stage,
    UINT ParameterIndex
)
```

### 매개 변수

*Stage \[in]*\
형식: D3D12\_META\_COMMAND\_PARAMETER\_STAGE

매개 변수가 속한 단계를 지정하는 **D3D12\_META\_COMMAND\_PARAMETER\_STAGE**입니다.

*ParameterIndex \[in]*\
형식: UINT

단계 내 매개 변수의 0부터 시작하는 인덱스입니다.

### 반환 값

형식: UINT64

지정된 런타임 매개 변수 리소스에 필요한 바이트 수입니다.

## 요구 사항

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

## 함께 보기

[ID3D12MetaCommand](/reference/graphics/d3d12/interfaces/id3d12metacommand/id3d12metacommand_public)


## Related topics

- [D3D12_META_COMMAND_PARAMETER_DESC](/ko/reference/graphics/d3d12/structs/d3d12_meta_command_parameter_desc_public.md)
- [PartyXblLocalChatUser::GetRequiredChatPermissionInfo](/ko/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getrequiredchatpermissioninfo.md)
- [GetResourceAllocationInfo](/ko/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_getresourceallocationinfo_public.md)
- [PFGroupsGetGroupGetResultSize](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsgetgroupgetresultsize.md)
- [PFCatalogGetItemsGetResultSize](/ko/services/playfab/api-references/c/pfcatalog/functions/pfcataloggetitemsgetresultsize.md)
