?/TD>
Microsoft DirectX 9.0

endrep (Pixel Shader)


End of a repeat block.

Syntax

endrep

Remarks

Pixel shader versions1_11_21_31_42_02_x2_sw3_03_sw
endrepxxxx

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.