ID3D10EffectVariable::GetMemberBySemantic method (d3d10effect.h)

Get a structure member by semantic.

Syntax

ID3D10EffectVariable * GetMemberBySemantic(
  [in] LPCSTR Semantic
);

Parameters

[in] Semantic

Type: LPCSTR

The semantic.

Return value

Type: ID3D10EffectVariable*

A pointer to an ID3D10EffectVariable Interface.

Remarks

If the effect variable is a structure, use this method to look up a member by attached semantic.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

ID3D10EffectVariable Interface