GlBindBuffersRangeNative typedef
GlBindBuffersRangeNative =
Void Function(Uint32 target, Uint32 first, Int32 count, Pointer<Uint32> buffers, Pointer<Int64> offsets, Pointer<Int64> sizes)
Implementation
typedef GlBindBuffersRangeNative = Void Function(
Uint32 target,
Uint32 first,
Int32 count,
Pointer<Uint32> buffers,
Pointer<Int64> offsets,
Pointer<Int64> sizes);