GlBindBufferRangeNative typedef

GlBindBufferRangeNative = Void Function(Uint32 target, Uint32 index, Uint32 buffer, Int64 offset, Int64 size)

Implementation

typedef GlBindBufferRangeNative = Void Function(
    Uint32 target, Uint32 index, Uint32 buffer, Int64 offset, Int64 size);