mesa/main: make _mesa_has_tessellation return bool
[mesa.git] / src / mesa / main / context.h
index d50438fd7f957f75f79c74008b28aa557f5b437b..d8a548f1b1b69c37d70a1f9da8cb591e9f6e0869 100644 (file)
@@ -361,7 +361,7 @@ _mesa_has_compute_shaders(const struct gl_context *ctx)
 /**
  * Checks if the context supports tessellation.
  */
-static inline GLboolean
+static inline bool
 _mesa_has_tessellation(const struct gl_context *ctx)
 {
    /* _mesa_has_EXT_tessellation_shader(ctx) is redundant with the OES