GlTextureBufferRange typedef
GlTextureBufferRange =
void Function(int texture, int internalformat, int buffer, int offset, int size)
Implementation
typedef GlTextureBufferRange = void Function(
int texture, int internalformat, int buffer, int offset, int size);