Function gfxFlushBuffers

Source
pub unsafe extern "C" fn gfxFlushBuffers()
Expand description

Flushes the data cache for the current framebuffers. This is only used during software rendering. Since this function has significant overhead, it is preferred to call this only once per frame, after all software rendering is completed.