ID3D10EffectType::GetMemberSemantic method (d3d10effect.h)

Get the semantic attached to a member.

Syntax

LPCSTR GetMemberSemantic(
  [in] UINT Index
);

Parameters

[in] Index

Type: UINT

A zero-based index.

Return value

Type: LPCSTR

A string that contains the semantic.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

ID3D10EffectType Interface