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

Always allocate at least minImageCount swapchain images #409

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

pixelcluster
Copy link
Contributor

Mesa's X11 WSI has a minImageCount of 3. Using only two images "works", but introduces considerable slowdown. Fix this by respecting the implementation's 'minImageCount`.

Mesa's X11 WSI has a minImageCount of 3. Using only two images works, but introduces considerable slowdown.
Fix this by respecting the implementation's minImageCount.
@apanteleev apanteleev merged commit 31ea9d0 into NVIDIA:master Aug 1, 2024
2 checks passed
@pixelcluster pixelcluster deleted the minimagecount-fix branch August 30, 2024 18:43
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

Successfully merging this pull request may close these issues.

2 participants