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

Support command pools for other queues than graphics queues #486

Open
IAmNotHanni opened this issue Sep 5, 2022 · 0 comments
Open

Support command pools for other queues than graphics queues #486

IAmNotHanni opened this issue Sep 5, 2022 · 0 comments
Labels

Comments

@IAmNotHanni
Copy link
Member

IAmNotHanni commented Sep 5, 2022

Is your feature request related to a problem?

In Vulkan, the command pool must be created for a specific queue. We currently only support graphics queues, not transfer queues or compute queues.

Description

We should support other queue types by creating additional thread local command pools in the device wrapper.

Alternatives

Do not support other queue types than graphics queues.

Affected Code

The device wrapper's code

Operating System

All operating systems

@IAmNotHanni IAmNotHanni added the feat:rendering rendering label Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant