VK_ERROR_OUT_OF_DEVICE_MEMORY during memory heap allocation
An application utilizing the Vulkan API manages memory by requesting specific heap types based on the VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT flag. While the allocation logic functions correctly on high-capacity development hardware, it fails on production devices with smaller VRAM footprints or different memory architectures. The current implementation relies o