Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ID3D10EffectVariable::GetAnnotationByIndex method (d3d10effect.h)

Get an annotation by index.

Syntax

ID3D10EffectVariable * GetAnnotationByIndex(
 [in] UINT Index
);

Parameters

[in] Index

Type: UINT

A zero-based index.

Return value

Type: ID3D10EffectVariable*

A pointer to an ID3D10EffectVariable Interface.

Remarks

Annotations can be attached to a technique, a pass or a global variable. For the syntax, see Annotation Syntax (Direct3D 10).

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

ID3D10EffectVariable Interface


Feedback

Was this page helpful?

Additional resources