IDirect3DDevice9::SetPixelShaderConstantI 方法 (d3d9helper.h)
設定整數著色器常數。
語法
HRESULT SetPixelShaderConstantI(
[in] UINT StartRegister,
[in] const int *pConstantData,
[in] UINT Vector4iCount
);
參數
[in] StartRegister
類型: UINT
將包含第一個常數值的暫存器編號。
[in] pConstantData
類型:const int*
常數陣列的指標。
[in] Vector4iCount
類型: UINT
常數陣列中四個整數向量的數目。
傳回值
類型: HRESULT
如果方法成功,傳回值會D3D_OK。 如果方法失敗,則可以D3DERR_INVALIDCALL傳回值。
需求
目標平台 | Windows |
標頭 | d3d9helper.h (包含 D3D9.h) |
程式庫 | D3D9.lib |