GlDispatchCompute typedef

GlDispatchCompute = void Function(int num_groups_x, int num_groups_y, int num_groups_z)

Implementation

typedef GlDispatchCompute = void Function(
    int num_groups_x, int num_groups_y, int num_groups_z);