![]() |
![]() |
![]() |
BaseEffect.GetAnnotation Method |
Language: |
Retrieves an annotation.
Visual Basic .NET Public Function GetAnnotation( _
ByVal technique As EffectHandle, _
ByVal index As Integer _
) As EffectHandleC# public EffectHandle GetAnnotation(
EffectHandle technique,
int index
);Managed C++ public: EffectHandle* GetAnnotation(
EffectHandle *technique,
int index
);JScript .NET public function GetAnnotation(
technique : EffectHandle,
index : int
) : EffectHandle;
technique Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle object that represents a technique, pass, or top-level parameter. index System.Int32. Annotation index.
Microsoft.DirectX.Direct3D.EffectHandle . A EffectHandle object that specifies the annotation, or null if the annotation is not found.
Annotations are user-specific data that can be attached to any technique, pass, or parameter.
Effect, EffectCompiler
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center