GlBufferStorageNative typedef
GlBufferStorageNative =
Void Function(Uint32 target, Int64 size, Pointer<NativeType> data, Uint32 flags)
Implementation
typedef GlBufferStorageNative = Void Function(
Uint32 target, Int64 size, Pointer data, Uint32 flags);