GlBindBuffersRange typedef

GlBindBuffersRange = void Function(int target, int first, int count, Pointer<Uint32> buffers, Pointer<Int64> offsets, Pointer<Int64> sizes)

Implementation

typedef GlBindBuffersRange = void Function(int target, int first, int count,
    Pointer<Uint32> buffers, Pointer<Int64> offsets, Pointer<Int64> sizes);