-
Notifications
You must be signed in to change notification settings - Fork 362
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
Validation layer error in sample application #421
Comments
Adding |
To make debugging of the sample application easier, we should make use of vkSetDebugUtilsObjectNameEXT, especially since it's already loaded in the current sample app, but not used yet. I created an issue for this: #423 |
By using vkSetDebugUtilsObjectNameEXT, I found out the issue is about |
Looks like this issue is also mentioned here: https://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Rendering_and_presentation |
Ah I think I found the problem: we need one semaphore for each swapchain image, not one semaphore for all. |
Hello
For current main (7942b79), I get this validation error on
Windows 11
withCMake 3.26.3
andVisual Studio 17.10.3
. The cube of the sample application is being rendered correctly though. The validation layer error is printed every frame (I am only showing one here in my logs).Running VMA sample application on AMD Ryzen™ 9 7950X (AMD Radeon(TM) Graphics)
Running VMA sample application on NVidia RTX 3090
Running VMA sample application on Intel Arc A770
Looks like there is something wrong with swapchain management. I can't promise if I have time to look into this at the moment, but I will if I have the time.
best regards
Johannes
The text was updated successfully, but these errors were encountered: