GlDispatchCompute typedef

GlDispatchCompute = void Function(int target, int index, int id)

Implementation

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