summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/nir_types.h')
-rw-r--r--src/compiler/nir_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir_types.h b/src/compiler/nir_types.h
index 5efdd85..851096f 100644
--- a/src/compiler/nir_types.h
+++ b/src/compiler/nir_types.h
@@ -69,7 +69,7 @@ unsigned glsl_get_length(const struct glsl_type *type);
unsigned glsl_get_aoa_size(const struct glsl_type *type);
unsigned glsl_count_attribute_slots(const struct glsl_type *type,
- bool vertex_input_slots);
+ bool is_vertex_input);
const char *glsl_get_struct_elem_name(const struct glsl_type *type,
unsigned index);