관련 색인이 없습니다.
rep (픽셀 셰이더)
 
Microsoft DirectX 9.0

rep (픽셀 셰이더)


rep...endrep 블록을 시작 한다.

구문

rep integerReg

여기서, integerReg 는, x 성분내의 반복수를 지정하는 정수 레지스터이다. 「정수형 정수 레지스터」를 참조할것.

주의

픽셀 셰이더의 버전1_11_21_31_42_02_x2_sw3_03_sw
repxxxx

명령의 기능을 다음에 나타낸다.

StartLoopOffset = next instruction offset
    LoopIterationCount   = IntegerRegister.x
    if (LoopIterationCount <= 0)
        Continue execution after the next EndRep instruction


© 2002 Microsoft Corporation. All rights reserved.
↑TOP