GlDispatchComputeNative typedef

GlDispatchComputeNative = Void Function(Uint32 target, Uint32 index, Uint32 id)

Implementation

typedef GlDispatchComputeNative = Void Function(
    Uint32 num_groups_x, Uint32 num_groups_y, Uint32 num_groups_z);