summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/tests/varyings_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/tests/varyings_test.cpp')
-rw-r--r--src/compiler/glsl/tests/varyings_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/glsl/tests/varyings_test.cpp b/src/compiler/glsl/tests/varyings_test.cpp
index 7643e1bbbf9..eb134c9e8f2 100644
--- a/src/compiler/glsl/tests/varyings_test.cpp
+++ b/src/compiler/glsl/tests/varyings_test.cpp
@@ -83,6 +83,7 @@ link_varyings::link_varyings()
glsl_type::get_interface_instance(f,
ARRAY_SIZE(f),
GLSL_INTERFACE_PACKING_STD140,
+ false,
"simple_interface");
}