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

hello_xr: add debug output for Vulkan extensions from runtime vs. app #403

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

Conversation

T-X
Copy link

@T-X T-X commented Apr 28, 2023

Adding some extra debug output when "--verbose --graphics Vulkan(2)" is specified, to list which Vulkan instance and Vulkan device extensions were requested by the XR runtime and which were requested by the application.

I found this quite useful to have to get the current wineopenxr implementation running without Steam. Steam uses Windows registry keys at the moment to relay Vulkan extensions needed by the XR runtime to DXVK. Without Steam I need to populate the registry keys manually at the moment.

Adding some extra debug output when "--verbose --graphics Vulkan(2)" is
specified, to list which Vulkan instance and Vulkan device extensions
were requested by the XR runtime and which were requested by the
application.

I found this quite useful to have to get the current wineopenxr
implementation running without Steam. Steam uses Windows
registry keys at the moment to relay Vulkan extensions needed by the XR
runtime to DXVK. Without Steam I need to populate the registry keys
manually at the moment.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
@CLAassistant
Copy link

CLAassistant commented Apr 28, 2023

CLA assistant check
All committers have signed the CLA.

@rpavlik-bot
Copy link
Collaborator

An issue (number 2018) has been filed to correspond to this pull request in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2018 ), to facilitate working group processes.

This GitHub pull request will continue to be the main site of discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
synced to gitlab Synchronized to OpenXR internal GitLab
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants