共用方式為


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

另請參閱

ID3D12GraphicsCommandList