-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rendy-descriptor tries to create a pool of size 0 #256
Comments
Not just pool of size 0, but pool without any sizes. Each size is for different descriptor types. |
Doesn't Vulkan allow empty descriptor sets and layouts? In this code - gfx-rs/wgpu#240 (comment) , for example the validation layer doesn't complain about the descriptor set layout. Which means, from |
Is this bug fixed already? I am not able to reproduce
|
No, we changed the example to not do this any more |
So where should I look to fix this bug? The repository is enough. |
|
Reported in gfx-rs/wgpu-rs#149
Way to reproduce:
The text was updated successfully, but these errors were encountered: