In xr.xml:3552, the XrCoordinateSpaceCreateInfoML struct is defined under a comment reading <!-- XR_ML_compat structs -->. However, the defintion for the XR_ML_compat extension (xr.xml:11867) does not contain a corresponding <type> 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.
In xr.xml:3552, the
XrCoordinateSpaceCreateInfoMLstruct is defined under a comment reading<!-- XR_ML_compat structs -->. However, the defintion for theXR_ML_compatextension (xr.xml:11867) does not contain a corresponding<type>tag forXrCoordinateSpaceCreateInfoML. 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.