KhronosGroup / KhronosGroup/OpenXR-Docs

xrCreateVulkanDeviceKHR refers to xrCreateVulkanInstanceKHR parameter

Open
#176 1 comment 0 reactions 0 assignees View on GitHub
synced to gitlab
Dominant language
Python
Stars
181
Forks
74
PR merge metrics
No merged PRs in 30d

Description

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](https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XrVulkanInstanceCreateInfoKHR)::pfnGetInstanceProcAddr

It seems this should be `XrVulkanDeviceCreateInfoKHR::pfnGetInstanceProcAddr` instead.

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the specification source for xrCreateVulkanDeviceKHR and compare its text and parameter description with XrVulkanDeviceCreateInfoKHR::pfnGetInstanceProcAddr. Update both references so they identify the device create-info member, then verify the generated specification contains the corrected wording.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.