Skip to content

Fix segfault when maxImageCount is 0#88

Open
tchatow wants to merge 1 commit into
nvpro-samples:masterfrom
tchatow:patch-1
Open

Fix segfault when maxImageCount is 0#88
tchatow wants to merge 1 commit into
nvpro-samples:masterfrom
tchatow:patch-1

Conversation

@tchatow

@tchatow tchatow commented May 16, 2025

Copy link
Copy Markdown

When VkSurfaceCapabilitiesKHR.maxImageCount is 0, there is no limit on the number of images. This was being treated as a limit of 0.

When VkSurfaceCapabilitiesKHR.maxImageCount is 0, there is no limit on the
number of images. This was being treated as a limit of 0.

Signed-off-by: Tyler Chatow <tchatow@gmail.com>
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