From: Mikko Rasa Date: Tue, 25 Jan 2022 17:16:57 +0000 (+0200) Subject: Refactor Vulkan memory mapping functions X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=bec8444ce5f844d156f5aac90ce9f0a92750cf62;hp=bec8444ce5f844d156f5aac90ce9f0a92750cf62;p=libs%2Fgl.git Refactor Vulkan memory mapping functions An allocation is now always mapped in its entirety. Unmapping is done by ID instead of mapped address. ---