igl icon indicating copy to clipboard operation
igl copied to clipboard

vulkan::DescriptorPoolsArena::getNextDescriptorSet() assert failed

Open vinsentli opened this issue 10 months ago • 0 comments

When I run my app on android vulkan platform more than one minutes, it always assert failed in vulkan::DescriptorPoolsArena::getNextDescriptorSet() .

At the same time, it always works fine on Android OpenGL, or On iOS metal / openGL platform.

Is there some Vulkan Buffer not released by me ? I trace the vulkan buffer, the buffer count is less than 1000.

The error occurs in vulkan::DescriptorPoolsArena::getNextDescriptorSet(): the ivkAllocateDescriptorSet() return VK_ERROR_OUT_OF_POOL_MEMORY

image image

vinsentli avatar Apr 29 '24 03:04 vinsentli