Effect.ValidateTechnique Method |
Language: |
Validates a technique.
Visual Basic Public Sub ValidateTechnique( _
ByVal technique As EffectHandle _
)C# public void ValidateTechnique(
EffectHandle technique
);C++ public:
void ValidateTechnique(
EffectHandle^ technique
);JScript public function ValidateTechnique(
technique : EffectHandle
);
technique Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object used as a unique identifier for the effect.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
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