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

Allow the user of iced_wgpu::Engine to submit the queue themself #2693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Azorlogh
Copy link
Contributor

@Azorlogh Azorlogh commented Dec 8, 2024

The iced integration for bevy needs to let Bevy take care of submitting the queue, so it can't call Engine::submit. But it still needs to call finish/recall on the staging belt and end_frame on all the pipelines.
This adds two additional methods to do that.

Note: The naming might be a bit confusing, I couldn't think of a better one 🤔

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