Effect.IsTechniqueValid Method |
Language: |
Validates a technique.
Visual Basic Public Function IsTechniqueValid( _
ByVal technique As EffectHandle _
) As BooleanC# public bool IsTechniqueValid(
EffectHandle technique
);C++ public:
bool IsTechniqueValid(
EffectHandle^ technique
);JScript public function IsTechniqueValid(
technique : EffectHandle
) : boolean;
technique Microsoft.DirectX.Direct3D.EffectHandle
The EffectHandle of a technique.
System.Boolean
A value that is set to true, if the technique is valid; otherwise, true.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center