ID3D12GraphicsCommandList::SetComputeRootDescriptorTable 메서드(d3d12.h)

설명자 테이블을 컴퓨팅 루트 서명으로 설정합니다.

구문

void SetComputeRootDescriptorTable(
  [in] UINT                        RootParameterIndex,
  [in] D3D12_GPU_DESCRIPTOR_HANDLE BaseDescriptor
);

매개 변수

[in] RootParameterIndex

형식: UINT

바인딩의 슬롯 번호입니다.

[in] BaseDescriptor

형식: D3D12_GPU_DESCRIPTOR_HANDLE

설정할 기본 설명자에 대한 GPU_descriptor_handle 개체입니다.

반환 값

없음

요구 사항

   
대상 플랫폼 Windows
헤더 d3d12.h
라이브러리 D3d12.lib
DLL D3d12.dll

추가 정보

ID3D12GraphicsCommandList