gpu-allocator icon indicating copy to clipboard operation
gpu-allocator copied to clipboard

Vulkan allocator should respect the `maxMemoryAllocationCount` limit

Open i509VCB opened this issue 3 years ago • 0 comments

The specification states the following inside the documentation of vkAllocateMemory:

For historical reasons, if maxMemoryAllocationCount is exceeded, some implementations may return VK_ERROR_TOO_MANY_OBJECTS. Exceeding this limit will result in undefined behavior, and an application should not rely on the use of the returned error code in order to identify when the limit is reached.

i509VCB avatar Aug 26 '22 02:08 i509VCB