ID3D10EffectVariable::GetMemberByIndex 方法 (d3d10effect.h)

按索引获取结构成员。

语法

ID3D10EffectVariable * GetMemberByIndex(
  [in] UINT Index
);

参数

[in] Index

类型: UINT

从零开始的索引。

返回值

类型: ID3D10EffectVariable*

指向 ID3D10EffectVariable 接口的指针。

注解

如果效果变量是结构,请使用此方法按索引查找成员。

要求

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

另请参阅

ID3D10EffectVariable 接口