Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
return glsl_type::vec(n);
}
+const glsl_type *
+glsl_dvec_type(unsigned n)
+{
+ return glsl_type::dvec(n);
+}
+
const glsl_type *
glsl_vec4_type(void)
{
const struct glsl_type *glsl_float_type(void);
const struct glsl_type *glsl_double_type(void);
const struct glsl_type *glsl_vec_type(unsigned n);
+const struct glsl_type *glsl_dvec_type(unsigned n);
const struct glsl_type *glsl_vec4_type(void);
const struct glsl_type *glsl_int_type(void);
const struct glsl_type *glsl_uint_type(void);