ID3D10EffectVariable::GetElement 方法 (d3d10effect.h)
获取数组元素。
语法
ID3D10EffectVariable * GetElement(
[in] UINT Index
);
参数
[in] Index
类型: UINT
从零开始的索引;否则为 0。
返回值
类型: ID3D10EffectVariable*
指向 ID3D10EffectVariable 接口的指针。
注解
如果效果变量是数组,请使用此方法返回其中一个元素。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | d3d10effect.h |