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
Copy file name to clipboardExpand all lines: specification/scripts/xml_consistency.py
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,12 @@ def __init__(self):
222
222
# This is warning about compatibility aliases, we already fixed this.
223
223
"XR_FB_hand_tracking_capsules": ("Extension-defined name XR_FB_HAND_TRACKING_CAPSULE_POINT_COUNT has wrong or missing vendor tag: expected to end with FB",
224
224
"Extension-defined name XR_FB_HAND_TRACKING_CAPSULE_COUNT has wrong or missing vendor tag: expected to end with FB",),
225
+
"XrSpatialCapabilityEXT": (
226
+
"Got an enum whose name does not match the pattern: the type is XrSpatialCapabilityEXT which would cause values to start with XR_SPATIAL_CAPABILITY_ but got a different longest common prefix XR_SPATIAL_CAPABILITY_MARKER_TRACKING_",
227
+
),
228
+
"XrSpatialCapabilityFeatureEXT": (
229
+
"Got an enum whose name does not match the pattern: the type is XrSpatialCapabilityFeatureEXT which would cause values to start with XR_SPATIAL_CAPABILITY_FEATURE_ but got a different longest common prefix XR_SPATIAL_CAPABILITY_FEATURE_MARKER_TRACKING_",
0 commit comments