GlDispatchComputeNative typedef

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

Implementation

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