GlBufferStorage typedef

GlBufferStorage = void Function(int target, int size, Pointer<NativeType> data, int flags)

Implementation

typedef GlBufferStorage = void Function(
    int target, int size, Pointer data, int flags);