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_layer: Fix adding queue in create_device #1251

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

nowrep
Copy link
Collaborator

@nowrep nowrep commented Nov 14, 2022

Closes #965

It's not guaranteed there will be a "free" queue that we can add like this.
The old code was also wrong as it compared wrong indexes, but it somehow worked. Not on radv, where queueProperties[0].queueCount = 1.

@ColdIce1605
Copy link
Collaborator

Thanks for pointing this out will be testing soon.

@nowrep nowrep changed the title vulkan_layer: Use first queue instead of adding one vulkan_layer: Fix adding queue in create_device Nov 15, 2022
@Vixea
Copy link
Collaborator

Vixea commented Nov 15, 2022

Is there more stuff you have planned on fixing or is this it?

@nowrep
Copy link
Collaborator Author

nowrep commented Nov 15, 2022

This should be final now.

@Vixea Vixea merged commit 1883f4f into alvr-org:master Nov 15, 2022
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.

A KEY component of SteamVR isn't working properly...
3 participants