GlBindBuffersBase typedef

GlBindBuffersBase = void Function(int target, int first, int count, Pointer<Uint32> buffers)

Implementation

typedef GlBindBuffersBase = void Function(
    int target, int first, int count, Pointer<Uint32> buffers);