progs/gallium/python: New home for python statetracker scripts.
This commit is contained in:
13
progs/gallium/python/tests/regress/vertex-shader/vert-mul.sh
Normal file
13
progs/gallium/python/tests/regress/vertex-shader/vert-mul.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
VERT
|
||||
|
||||
DCL IN[0], POSITION
|
||||
DCL IN[1], COLOR
|
||||
DCL OUT[0], POSITION
|
||||
DCL OUT[1], COLOR
|
||||
|
||||
IMM FLT32 { 0.6, 0.6, 1.0, 1.0 }
|
||||
|
||||
MUL OUT[0], IN[0], IMM[0]
|
||||
MOV OUT[1], IN[1]
|
||||
|
||||
END
|
Reference in New Issue
Block a user