regress: remove interpolation and semantic info from vs inputs
[mesa.git] / src / gallium / tests / python / tests / regress / vertex-shader / vert-dp3.sh
index caff622fe61aead60c598eae9b8d46dfa2c6aba9..357e224f69683f5e79819d3f892d3340d1f8e860 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL TEMP[0]