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

Vulkan: Improve post-shutdown cleanup and minor improvements #1401

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

goeiecool9999
Copy link
Collaborator

@goeiecool9999 goeiecool9999 commented Nov 4, 2024

With this PR it is possible to use the debug "Stop emulation" button or close cemu without the validation layer complaining about resources that haven't been cleaned up.

It also fixes some other minor validation errors
It also changes the flags for BeginCommandBuffer from VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT to VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT. Cemu only submits every recorded command buffer once and this might allow drivers to manage them more efficiently.

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