![]() |
![]() |
![]() |
EffectCompiler.GetLiteral Method |
Language: |
Retrieves a literal status of a parameter.
Visual Basic Public Function GetLiteral( _
ByVal parameter As EffectHandle _
) As BooleanC# public bool GetLiteral(
EffectHandle parameter
);C++ public:
bool GetLiteral(
EffectHandle^ parameter
);JScript public function GetLiteral(
parameter : EffectHandle
) : boolean;
parameter Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle object that is used as the unique identifier of the parameter.
System.Boolean
Value that is true if the parameter is a literal, or false if it is not.
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