Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
return type->contains_atomic();
}
+bool
+glsl_contains_opaque(const struct glsl_type *type)
+{
+ return type->contains_opaque();
+}
+
int
glsl_get_cl_size(const struct glsl_type *type)
{
bool glsl_sampler_type_is_shadow(const struct glsl_type *type);
bool glsl_sampler_type_is_array(const struct glsl_type *type);
bool glsl_contains_atomic(const struct glsl_type *type);
+bool glsl_contains_opaque(const struct glsl_type *type);
const struct glsl_type *glsl_void_type(void);
const struct glsl_type *glsl_float_type(void);