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

Swapchain image count of 4 on some devices #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wkaelj
Copy link

@wkaelj wkaelj commented Jul 26, 2022

On some devices, like intel integrated graphics cards, the minimum image count is 3. When adding 1 to this, there are 4 images which causes issues because the number of sync objects is hard coded as 2. Another fix for this would be to create imageCount - 1 sync objects, but that would result in quadruple buffering on the devices with 3 images.

wkaelj added 2 commits July 26, 2022 11:22
On some devices, like intel integrated graphics cards, the minimum image count is 3. When adding 1 to this, there are 4 images which causes issues because the number of sync objects is hard coded as 2. Another fix for this would be to create imageCount - 1 sync objects, but that would result in quadruple buffering on the devices with 3 images.
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.

1 participant