mesa/main: add support for ARB_compute_variable_groups_size
[mesa.git] / src / mesa / main / api_validate.h
index 2eba834c50daab27f8f7ae3696f3e960ec0a30ad..e94f02e4ba510b82dd055ebfc3d2244bff9e8aa8 100644 (file)
@@ -132,5 +132,9 @@ extern GLboolean
 _mesa_validate_DispatchComputeIndirect(struct gl_context *ctx,
                                        GLintptr indirect);
 
+extern GLboolean
+_mesa_validate_DispatchComputeGroupSizeARB(struct gl_context *ctx,
+                                           const GLuint *num_groups,
+                                           const GLuint *group_size);
 
 #endif