nir: Use nir_builder in nir_lower_io's get_io_offset().
[mesa.git] / src / glsl / nir / nir_types.h
index 276d4ad6234bfbd2f38438d80a47aa7bb8db2487..a8ff8f2c606b2b5de951a7d32ee29b47914d85bb 100644 (file)
@@ -71,6 +71,7 @@ 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_uint_type(void);
 const struct glsl_type *glsl_array_type(const struct glsl_type *base,
                                         unsigned elements);