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