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

do not eagerly acquire new swapchain images #25

Merged
merged 1 commit into from
Nov 28, 2021
Merged

Conversation

rroohhh
Copy link
Member

@rroohhh rroohhh commented Nov 28, 2021

This seems to break MoltenVK and it is generally unclear if what we were doing here was legal.
Instead of this we should do proper frame pacing, but it seems like most of the vulkan extensions that would make this
better are not available yet. So for now just degrade the latency again.

This seems to break MoltenVK and it is generally unclear if what we were doing here was legal.
Instead of this we should do proper frame pacing, but it seems like most of the vulkan extensions that would make this
better are not available yet. So for now just degrade the latency again.
@rroohhh rroohhh merged commit 6b78d9b into main Nov 28, 2021
@rroohhh rroohhh deleted the make_latency_worse branch November 28, 2021 02:27
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.

None yet

1 participant