Effect.IsParameterUsed Method |
Language: |
Determines whether a parameter is used by a technique.
Visual Basic Public Function IsParameterUsed( _
ByVal parameter As EffectHandle, _
ByVal technique As EffectHandle _
) As BooleanC# public bool IsParameterUsed(
EffectHandle parameter,
EffectHandle technique
);C++ public:
bool IsParameterUsed(
EffectHandle^ parameter,
EffectHandle^ technique
);JScript public function IsParameterUsed(
parameter : EffectHandle,
technique : EffectHandle
) : boolean;
parameter Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object that acts as a unique identifier for the parameter.technique Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object that acts as a unique identifier for the technique.
System.Boolean
Value that is true if the parameter is being used, or false if it is not being used.
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