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