ID3D12GraphicsCommandList::SetGraphicsRoot32BitConstant 方法 (d3d12.h)
在图形根签名中设置常量。
语法
void SetGraphicsRoot32BitConstant(
[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 |