VulkanMemoryAllocator icon indicating copy to clipboard operation
VulkanMemoryAllocator copied to clipboard

Easy to integrate Vulkan memory allocation library

Results 49 VulkanMemoryAllocator issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello When running VulkanSample application's tests with my AMD 7950X (**AMD Radeon(TM) Graphics**), I get a validation error caused by TestAllocationAliasing(). Running the tests with my Intel Arc A770 works...

bug
investigating

I have a simple vulkan app that uses VMA, and runs fine as I run it normally on my PC. However, I wanted to validate if it would work in...

We've been using VMA extensively for our memory management on projects with heavy memory load. However, upon integrating the defragmentation utility, we started getting frequent memory corruption on internal VMA...

bug
investigating

Hello. This has been raised before, but are there any plans on supporting extensions like `VK_KHR_external_memory_win32` and `VK_KHR_external_memory_fd`? These are particularly useful for applications that communicate data with, for example,...

input needed

This is a note to myself and a call for feedback on adding support for Vulkan video - a group of extensions, as described here, for example: https://www.khronos.org/blog/khronos-finalizes-vulkan-video-extensions-for-accelerated-h.264-and-h.265-decode Extensions VK_KHR_video_queue,...

investigating

I would like to build this library to use with pure C. The build instructions in the repo seem to be for C++ however. I was wondering how this library...

question

I modified the Allocate callback (VmaDeviceMemoryCallbacks) of our local copy to include additional information about the used VmaPool and dedicated allocations. The signature is now basically ```cpp typedef void (VKAPI_PTR*...

feature
wontfix

we saw everytime call vmaFindMemoryTypeIndexForBufferInfo, it take quite a few cpu cycles to do the following "// Must create a dummy buffer to query :( VkBuffer hBuffer = VK_NULL_HANDLE; res...

feature
future release

To make debugging of the sample application easier, we should make use of [vkSetDebugUtilsObjectNameEXT](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkSetDebugUtilsObjectNameEXT.html), especially since it's already loaded in the current sample app, but not used yet.

future release
quality

Hi As mentioned in the update [here](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/issues/339), I am stuck in a loop when running the tests of the sample application on the NVidia RTX 3090. I created this issue...

bug
investigating