AMD's GPUOpen Vulkan Memory Allocator Now Supports Vulkan 1.4
AMD's GPUOpen team managed to squeeze in a new Vulkan Memory Allocator release into 2024. As a reminder this is a easy to use/integrate Vulkan memory allocation library for both Windows and Linux systems with hopes of making memory allocation and resource creation more easier like with Direct3D 11 and OpenGL.
This morning Vulkan Memory Allocator 3.2 was released by the GPUOpen project. The headline change is now supporting Vulkan 1.4 that debuted earlier this month. Vulkan 1.4 is already supported by various Mesa drivers and as of last week supported by AMDVLK as AMD's official open-source Vulkan driver. Vulkan Memory Allocator 3.2 is now compatible with Vulkan 1.4 usage.
The Vulkan Memory Allocator 3.2 release also adds support for the VK_KHR_external_memory_win32 extension on Windows systems. Plus fixes some thread safety issues and other bug fixes / improvements. Vulkan developers wanting to make use of this GPUOpen project for easier Vulkan memory management can find the code via GitHub.
This morning Vulkan Memory Allocator 3.2 was released by the GPUOpen project. The headline change is now supporting Vulkan 1.4 that debuted earlier this month. Vulkan 1.4 is already supported by various Mesa drivers and as of last week supported by AMDVLK as AMD's official open-source Vulkan driver. Vulkan Memory Allocator 3.2 is now compatible with Vulkan 1.4 usage.
The Vulkan Memory Allocator 3.2 release also adds support for the VK_KHR_external_memory_win32 extension on Windows systems. Plus fixes some thread safety issues and other bug fixes / improvements. Vulkan developers wanting to make use of this GPUOpen project for easier Vulkan memory management can find the code via GitHub.
Add A Comment