diff options
Diffstat (limited to 'src/gallium/tests/graw/geometry-shader/mov.txt')
-rw-r--r-- | src/gallium/tests/graw/geometry-shader/mov.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/geometry-shader/mov.txt b/src/gallium/tests/graw/geometry-shader/mov.txt index 97150a5da45..ad141f1171c 100644 --- a/src/gallium/tests/graw/geometry-shader/mov.txt +++ b/src/gallium/tests/graw/geometry-shader/mov.txt @@ -1,6 +1,7 @@ GEOM PROPERTY GS_INPUT_PRIMITIVE TRIANGLES PROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP +PROPERTY GS_MAX_OUTPUT_VERTICES 3 DCL IN[][0], POSITION, CONSTANT DCL IN[][1], COLOR, CONSTANT DCL OUT[0], POSITION, CONSTANT |