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