Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix check for
flush_mapped_ranges
in map_buffer
`flush_mapped_ranges` needs to be called when mappings are not coherent. We can also omit flushing for write-mapped buffers since we always flush them on unmap.
- Loading branch information