progs/gallium/python: New home for python statetracker scripts.
This commit is contained in:
11
progs/gallium/python/tests/regress/vertex-shader/vert-xpd.sh
Normal file
11
progs/gallium/python/tests/regress/vertex-shader/vert-xpd.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
VERT
|
||||
|
||||
DCL IN[0], POSITION
|
||||
DCL IN[1], COLOR
|
||||
DCL OUT[0], POSITION
|
||||
DCL OUT[1], COLOR
|
||||
|
||||
MOV OUT[0], IN[0]
|
||||
XPD OUT[1], IN[0], IN[1]
|
||||
|
||||
END
|
Reference in New Issue
Block a user