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