endloop - ps
- Article
-
-
End of a loop - ps...endloop block.
Pixel shader versions |
1_1 |
1_2 |
1_3 |
1_4 |
2_0 |
2_x |
2_sw |
3_0 |
3_sw |
endloop |
|
|
|
|
|
|
|
x |
x |
endloop must follow the last instruction of a loop - ps block.
Example
loop aL, i3
add r1, r0, c2[ aL ]
endloop
-
Pixel Shader Instructions