IDirect3DDevice9::GetPixelShaderConstantI 方法 (d3d9helper.h)
获取整数着色器常量。
语法
HRESULT GetPixelShaderConstantI(
[in] UINT StartRegister,
[in, out] int *pConstantData,
[in] UINT Vector4iCount
);
参数
[in] StartRegister
类型: UINT
将包含第一个常量值的寄存器编号。
[in, out] pConstantData
类型: int*
指向常量数组的指针。
[in] Vector4iCount
类型: UINT
常量数组中四个整数向量的数目。
返回值
类型: HRESULT
如果该方法成功,则返回值D3D_OK。 如果方法失败,则可以D3DERR_INVALIDCALL返回值。
要求
目标平台 | Windows |
标头 | d3d9helper.h (包括 D3D9.h) |
Library | D3D9.lib |