summaryrefslogtreecommitdiff
path: root/src/gallium/tests/python/tests/regress/vertex-shader/vert-xpd.sh
blob: 72b048676fb4296e02e5a949c70e69088a88d170 (plain)
1
2
3
4
5
6
7
8
9
10
11
VERT

DCL IN[0]
DCL IN[1]
DCL OUT[0], POSITION
DCL OUT[1], COLOR

MOV OUT[0], IN[0]
XPD OUT[1], IN[0], IN[1]

END