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
Library D3d12.lib
[DLL] D3d12.dll

関連項目

ID3D12GraphicsCommandList