共用方式為


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