b22af9f0
by Jacek Caban at 2025-11-14T18:04:35+01:00
opengl32: Use Vulkan-backed buffer storage only when GL_MAP_PERSISTENT_BIT is specified.
Non-persistent mappings have additional synchronization guarantees on map that are
hard to emulate with Vulkan. Fall back to the memcpy code path instead.