This topic has not yet been rated - Rate this topic

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 - vs statement is true, the code enclosed by the if bool - vs statement and the matching endif is run. Otherwise, the code enclosed by the else...endif statements is run.

Related topics

if bool - vs
endif - vs

 

 

Send comments about this topic to Microsoft

Build date: 3/5/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.