共用方式為


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
程式庫 D3d12.lib
Dll D3d12.dll

另請參閱

ID3D12GraphicsCommandList