ID3D10EffectScalarVariable::GetInt 方法 (d3d10effect.h)

获取整数变量。

语法

HRESULT GetInt(
  [out] int *pValue
);

参数

[out] pValue

类型: int*

指向变量的指针。

返回值

类型: HRESULT

返回以下 Direct3D 10 返回代码之一。

要求

要求
目标平台 Windows
标头 d3d10effect.h

另请参阅

ID3D10EffectScalarVariable 接口