else - vs
Microsoft DirectX 9.0 SDK Update (October 2004)

else - vs


Start of an else block.

Syntax

else

Remarks

Vertex shader versions1_12_02_x2_sw3_03_sw
elsexxxxx

If the condition in the corresponding if bool statement is true, the code enclosed by the if bool statement and the matching endif is run. Otherwise, the code enclosed by the else...endif statements is run.

Related Topics



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.