aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glsl/nir/nir_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/glsl/nir/nir_types.h')
-rw-r--r--mesalib/src/glsl/nir/nir_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/src/glsl/nir/nir_types.h b/mesalib/src/glsl/nir/nir_types.h
index 494051a67..276d4ad62 100644
--- a/mesalib/src/glsl/nir/nir_types.h
+++ b/mesalib/src/glsl/nir/nir_types.h
@@ -69,6 +69,7 @@ bool glsl_type_is_scalar(const struct glsl_type *type);
bool glsl_type_is_matrix(const struct glsl_type *type);
const struct glsl_type *glsl_void_type(void);
+const struct glsl_type *glsl_float_type(void);
const struct glsl_type *glsl_vec4_type(void);
const struct glsl_type *glsl_array_type(const struct glsl_type *base,
unsigned elements);