VkAllocateMemory Failed -2

Alex Johnson
-
VkAllocateMemory Failed -2>

Allocations returned by vkallocatememory are guaranteed to meet any alignment requirement of the implementation. Mar 30, 2025there are a few similar threads related to the "vkallocatememory failed -2" error in upscayl: Dec 13, 2017unlike vkallocatememory, which i brought up specifically to talk about all the gotchas, the functions used to bind memory are really simple.

They include a possibility to use your own callbacks for host memory allocations (vkallocationcallbacks), callbacks for device memory allocations (instead of vkallocatememory,. Nov 11, 2023the vkallocatememory function is guaranteed to return memory that is suitably aligned for any possible resource, but developers sub-allocating from one of these allocations must ensure.

You may also like