GlNamedBufferSubData typedef
GlNamedBufferSubData =
void Function(int buffer, int offset, int size, Pointer<NativeType> data)
Implementation
typedef GlNamedBufferSubData = void Function(
int buffer, int offset, int size, Pointer data);