You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Both
XrVulkanInstanceCreateInfoKHR
andXrVulkanDeviceCreateInfoKHR
have memberspfnGetInstanceProcAddr
, but the text and parameter description forxrCreateVulkanDeviceKHR
state that the result returned invulkanResult
is from theIt seems this should be
XrVulkanDeviceCreateInfoKHR::pfnGetInstanceProcAddr
instead.The text was updated successfully, but these errors were encountered: