GlNamedBufferStorage typedef

GlNamedBufferStorage = void Function(int buffer, int size, Pointer<NativeType> data, int flags)

Implementation

typedef GlNamedBufferStorage = void Function(
    int buffer, int size, Pointer data, int flags);