Partager via


endloop - vs

Fin d’une boucle... bloc endloop.

Syntaxe

endloop

 

Notes

Versions du nuanceur de vertex 1_1 2_0 2_x 2_sw 3_0 3_sw
endloop x x x x x

 

Cette instruction fonctionne comme indiqué ici.

LoopCounter += LoopStep;
LoopInterationCount = LoopIterationCount - 1;
if (LoopIterationCount > 0)
    Continue execution at the StartLoopOffset

endloop doit suivre la dernière instruction d’une boucle - vs block.

Exemple

loop aL, i3
    add r1, r0, c2[ aL ]
endloop

Instructions sur le nuanceur de vertex