static void DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Launches several work groups.
Definition: computing.hpp:34
static void DispatchComputeIndirect(GLintptr indirect)
Launches indirectly several work groups.
Definition: computing.hpp:53
Wrapper for the general-purpose-computing-related operations.
Definition: computing.hpp:25