-
Notifications
You must be signed in to change notification settings - Fork 184
VALIDATION: [VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength (0)] : vkCreateDescriptorPool: parameter pCreateInfo->poolSizeCount must be greater than 0 #149
Comments
Interesting, the zero |
Same bug on my PC(AMD 3600X, RTX2060Super, Windows 10) when running hello-triangle example. VALIDATION [VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength (0)] : vkCreateDescriptorPool: parameter pCreateInfo->poolSizeCount must be greater than 0. The Vulkan spec states: poolSizeCount must be greater than 0 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength) |
Reported to Rendy, since descriptor pools are managed by rendy-descriptor: amethyst/rendy#256 |
Also, this is dupe of gfx-rs/wgpu#240 |
Just wanted to mention I also see this showing up on master when running Here's the output from vulkaninfo on my machine. And the exact error:
Edit: I should add that I don't get a |
Fixed by #268 |
Thanks for fixing this! Just wondering: in the MR you linked the issue was only fixed in hello triangle. So basically any application with the same crash message would need to be fixed the same way? |
@oleid you are correct, it's not an implementation fix (which would go into |
Hello, thanks for working on this!
It would seem I'm having a little trouble running the examples on a
Surface Pro 4
(Iris Graphics 540) onClearLinux
. Vulkan, however, works (I tested the examples from https://github.com/SaschaWillems/Vulkan.git). Desktop is GNOME/Wayland.Not sure if related:
Vulkano
's triangle example shows a window and a triangle, however, panics:INTEL-MESA: error: ../src/intel/vulkan/anv_queue.c:1309: drm_syncobj_wait failed: No such file or directory (VK_ERROR_DEVICE_LOST)
The text was updated successfully, but these errors were encountered: