summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_distance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/lower_distance.cpp')
-rw-r--r--src/compiler/glsl/lower_distance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/glsl/lower_distance.cpp b/src/compiler/glsl/lower_distance.cpp
index 49a71c2cedd..c2158f24f39 100644
--- a/src/compiler/glsl/lower_distance.cpp
+++ b/src/compiler/glsl/lower_distance.cpp
@@ -168,6 +168,7 @@ lower_distance_visitor::visit(ir_variable *ir)
*new_var = ir->clone(ralloc_parent(ir), NULL);
(*new_var)->name = ralloc_strdup(*new_var, GLSL_CLIP_VAR_NAME);
(*new_var)->data.max_array_access = new_size - 1;
+ (*new_var)->data.location = VARYING_SLOT_CLIP_DIST0;
if (!ir->type->fields.array->is_array()) {
/* gl_ClipDistance (used for vertex, tessellation evaluation and