ID3D10EffectVariable::GetMemberBySemantic 方法 (d3d10effect.h)

按语义获取结构成员。

语法

ID3D10EffectVariable * GetMemberBySemantic(
  [in] LPCSTR Semantic
);

参数

[in] Semantic

类型: LPCSTR

语义。

返回值

类型: ID3D10EffectVariable*

指向 ID3D10EffectVariable 接口的指针。

注解

如果效果变量是结构,请使用此方法通过附加语义查找成员。

要求

   
目标平台 Windows
标头 d3d10effect.h

另请参阅

ID3D10EffectVariable 接口