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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/nir_types.h b/src/compiler/nir_types.h
index 851096f..31e4d20 100644
--- a/src/compiler/nir_types.h
+++ b/src/compiler/nir_types.h
@@ -47,6 +47,7 @@ const struct glsl_type *glsl_get_struct_field(const struct glsl_type *type,
unsigned index);
const struct glsl_type *glsl_get_array_element(const struct glsl_type *type);
+const struct glsl_type *glsl_without_array(const struct glsl_type *type);
const struct glsl_type *glsl_get_column_type(const struct glsl_type *type);