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

VkSwapchainPresentFenceInfoEXT does not allow null fences #8399

Open
artem-lunarg opened this issue Aug 16, 2024 · 0 comments
Open

VkSwapchainPresentFenceInfoEXT does not allow null fences #8399

artem-lunarg opened this issue Aug 16, 2024 · 0 comments
Labels
WSI Window System Integration related issues

Comments

@artem-lunarg
Copy link
Contributor

Specification about VkSwapchainPresentFenceInfoEXT:

pFences is a list of fences with swapchainCount entries. Each entry must be VK_NULL_HANDLE or the handle of a fence to signal when the relevant operations on the associated swapchain have completed.

I get validation error for VK_NULL_HANDLE fence:

Validation Error: [ UNASSIGNED-GeneralParameterError-RequiredHandleArray ] | MessageID = 0x3955e8fe | vkQueuePresentKHR(): pPresentInfo->pNext.pFences[1] is VK_NULL_HANDLE.

PositiveWsi.QueueWaitsForPresentFence2 can be used for testing, replace one of the fences in present_fences with VK_NULL_HANDLE.

@artem-lunarg artem-lunarg added the WSI Window System Integration related issues label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WSI Window System Integration related issues
Projects
None yet
Development

No branches or pull requests

1 participant