Skip to content
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

Running in debug mode with vulkan backend results in flood of validation errors #23

Open
hlavaatch opened this issue Mar 29, 2020 · 2 comments

Comments

@hlavaatch
Copy link

Like this one:
'''
VALIDATION [VUID-vkDestroyFramebuffer-framebuffer-00892 (0)] : Cannot call vkDestroyFramebuffer on VkFramebuffer 0x236a6d00000002f2[] that is currently in use by a command buffer. The Vulkan spec states: All submitted commands that refer to framebuffer must have completed execution (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-vkDestroyFramebuffer-framebuffer-00892)
object info: (type: FRAMEBUFFER, hndl: 2551971985626235634)'''

@msiglreith
Copy link
Collaborator

Thanks for the report - it's an issue with gfx-rs' swapchain impl gfx-rs/gfx#3184

@kvark
Copy link
Member

kvark commented Mar 29, 2020

@hlavaatch to clarify more, this is a known issue, and for a long time we thought that it's a bug in the validation layers, but recently they concluded that the validation error is correct. We are thinking about possible solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants