?/TD>
Microsoft DirectX 9.0

endrep (Vertex Shader)


End of a repeat block.

Syntax

endrep

Remarks

Vertex shader versions1_12_02_x2_sw3_03_sw
endrepxxxxx

This instruction works as shown here.

LoopInterationCount = LoopIterationCount - 1;
if (LoopIterationCount > 0)
    Continue execution at the StartLoopOffset
Minimum operating systemWindows 98


© 2002 Microsoft Corporation. All rights reserved.