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

Port to new vulkano #3902

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Port to new vulkano #3902

merged 1 commit into from
Nov 13, 2023

Conversation

tronical
Copy link
Member

This might fix the issue with resizing causing swapchain re-creation errors, because "Swapchain creation no longer returns an error when the swapchain extent doesn't match the current surface extent."

cc #3850

This might fix the issue with resizing causing swapchain re-creation
errors, because "Swapchain creation no longer returns an error when the
swapchain extent doesn't match the current surface extent."

cc #3850
@tronical tronical force-pushed the simon/vulkano-update branch from 62dfbd7 to 0a6aba7 Compare November 11, 2023 05:54
@qarmin
Copy link

qarmin commented Nov 11, 2023

With this PR app no longer crashes, but still have strange artifacts(have them before)

simplescreenrecorder-2023-11-11_10.26.09.mp4

@tronical
Copy link
Member Author

Thanks for checking - much appreciated.

Regarding the resize artifacts: I have an idea what might cause this. When the swap chain image is for example suboptimal or similar, we should not just return - we should also make sure that render is called again. I'll see about fixing that in a separate PR.

@tronical tronical added the candidate-for-bugfix-release Label for PRs that would make sense to cherry-pick into a spontaneously created bug fix release bran label Nov 13, 2023
@ogoffart ogoffart merged commit 58f9cf5 into master Nov 13, 2023
30 checks passed
@ogoffart ogoffart deleted the simon/vulkano-update branch November 13, 2023 11:40
@ogoffart ogoffart removed the candidate-for-bugfix-release Label for PRs that would make sense to cherry-pick into a spontaneously created bug fix release bran label Nov 28, 2023
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.

3 participants