ID3D12GraphicsCommandList::SetComputeRootConstantBufferView メソッド (d3d12.h)

コンピューティング ルート署名の定数バッファーの CPU 記述子ハンドルを設定します。

構文

void SetComputeRootConstantBufferView(
  [in] UINT                      RootParameterIndex,
  [in] D3D12_GPU_VIRTUAL_ADDRESS BufferLocation
);

パラメーター

[in] RootParameterIndex

型: UINT

バインドのスロット番号。

[in] BufferLocation

種類: D3D12_GPU_VIRTUAL_ADDRESS

定数バッファーのD3D12_GPU_VIRTUAL_ADDRESSを指定します。

戻り値

なし

必要条件

要件
対象プラットフォーム Windows
ヘッダー d3d12.h
Library D3d12.lib
[DLL] D3d12.dll

こちらもご覧ください

ID3D12GraphicsCommandList