ID3D12GraphicsCommandList::SetComputeRoot32BitConstant 方法 (d3d12.h)

在计算根签名中设置常量。

语法

void SetComputeRoot32BitConstant(
  [in] UINT RootParameterIndex,
  [in] UINT SrcData,
  [in] UINT DestOffsetIn32BitValues
);

参数

[in] RootParameterIndex

类型: UINT

绑定的槽号。

[in] SrcData

类型: UINT

要设置的常量的源数据。

[in] DestOffsetIn32BitValues

类型: UINT

以 32 位值为单位的偏移量,用于在根签名中设置常量。

返回值

要求

要求
目标平台 Windows
标头 d3d12.h
Library D3d12.lib
DLL D3d12.dll

另请参阅

ID3D12GraphicsCommandList