We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Core validation layer does not intercept vkAcquireNextImage2KHR() calls. Amongst other uses, these are fundamental for AFR rendering.
In the use case I'm seeing, this leads to invalid errors being reported when doing the following:
At step 2 I'm seeing the layer report a problem with S not being set which is not true.
The text was updated successfully, but these errors were encountered:
@chrisforbes added support matching vkAcquireNextImage and noted some follow-on work in comments:
Sorry, something went wrong.
Also need a test for vkAcquireNextImage2KHR
Thanks for the swift turn-over. I'll verify the newly added support works as expected when I get back to the office from the f2f on Monday next week.
Basic support has been added, and there are least some devicemask tests for AcuireNextImage2KHR.
mark-lunarg
No branches or pull requests
Core validation layer does not intercept vkAcquireNextImage2KHR() calls. Amongst other uses, these are fundamental for AFR rendering.
In the use case I'm seeing, this leads to invalid errors being reported when doing the following:
At step 2 I'm seeing the layer report a problem with S not being set which is not true.
The text was updated successfully, but these errors were encountered: