ID3D10EffectTechnique::GetAnnotationByIndex method (d3d10effect.h)
Get an annotation by index.
Syntax
ID3D10EffectVariable * GetAnnotationByIndex(
[in] UINT Index
);
Parameters
[in] Index
Type: UINT
The zero-based index of the interface pointer.
Return value
Type: ID3D10EffectVariable*
A pointer to an ID3D10EffectVariable Interface.
Remarks
Use an annotation to attach a piece of metadata to a technique.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d10effect.h |