KhronosGroup / KhronosGroup/OpenXR-SDK-Source
XrCoordinateSpaceCreateInfoML missing from its extension in xr.xml
- Dominant language
- Python
- Stars
- 825
- Forks
- 306
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
Description
In xr.xml:3552, the `XrCoordinateSpaceCreateInfoML` struct is defined under a comment reading ``. However, the defintion for the `XR_ML_compat` extension (xr.xml:11867) does not contain a corresponding `` tag for `XrCoordinateSpaceCreateInfoML`. As far as I can tell, this is the only issue like this in the spec.
It is causing issues for me because I am trying to build an automated tool that parses data from xr.xml, and this anomaly is throwing a wrench in things.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open xr.xml around lines 3552 and 11867, compare the XR_ML_compat structs with the extension's type declarations, and inspect how the surrounding entries are represented. The work is done when XrCoordinateSpaceCreateInfoML is declared consistently in the XR_ML_compat extension and the XML remains valid for automated parsing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100