Replies: 1 comment 1 reply
-
in this code condition, choose minImageCount or maxImageCount are the same. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi everyone,
I'm currently learning Vulkan and exploring the Filament source code. I noticed that in most cases, desiredImageCount is typically set to maxImageCount when creating a swap chain. However, in the following code snippet, it is set to minImageCount when desiredImageCount exceeds maxImageCount:
code reference link
Is this intentional due to specific design considerations, or is it potentially an oversight? I would appreciate any insights into the reasoning behind this choice.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions