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

xrCreateVulkanDeviceKHR refers to xrCreateVulkanInstanceKHR parameter #176

Open
jzulauf-lunarg opened this issue Sep 24, 2024 · 1 comment
Labels
synced to gitlab A corresponding issue has been filed in the Khronos internal GitLab

Comments

@jzulauf-lunarg
Copy link

Both XrVulkanInstanceCreateInfoKHR and XrVulkanDeviceCreateInfoKHR have members pfnGetInstanceProcAddr, but the text and parameter description for xrCreateVulkanDeviceKHR state that the result returned in vulkanResult is from the

vkCreateDevice operation as returned by XrVulkanInstanceCreateInfoKHR::pfnGetInstanceProcAddr

It seems this should be XrVulkanDeviceCreateInfoKHR::pfnGetInstanceProcAddr instead.

@rpavlik-bot rpavlik-bot added the synced to gitlab A corresponding issue has been filed in the Khronos internal GitLab label Sep 26, 2024
@rpavlik-bot
Copy link
Collaborator

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

This GitHub issue 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 A corresponding issue has been filed in the Khronos internal GitLab
Projects
None yet
Development

No branches or pull requests

2 participants