glFlushMappedBufferRange

glFlushMappedBufferRange: man3/glFlushMappedBufferRange.xml

glFlushMappedBufferRange indicates that modifications have been made to a range of a mapped buffer. The buffer must previously have been mapped with the GL_MAP_FLUSH_EXPLICIT_BIT flag. offset and length indicate the modified subrange of the mapping, in basic units. The specified subrange to flush is relative to the start of the currently mapped range of the buffer. glFlushMappedBufferRange may be called multiple times to indicate distinct subranges of the mapping which require flushing.

@OpenGL_Version(OGLIntroducedIn.V3P0)
@OpenGL_Extension("GL_ARB_map_buffer_range")
fn_glFlushMappedBufferRange glFlushMappedBufferRange;

See Also

glMapBufferRange, glMapBuffer, glUnmapBuffer

Meta