python/regress: Fix vertex shader XPD test.

This commit is contained in:
Michal Krol 2009-04-01 11:08:41 +02:00
parent dd6f1771c9
commit 65cbe7e69c
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ DCL IN[1], COLOR
DCL OUT[0], POSITION
DCL OUT[1], COLOR
XPD OUT[0], IN[0], IN[1]
MOV OUT[1], IN[1]
MOV OUT[0], IN[0]
XPD OUT[1], IN[0], IN[1]
END