The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: Fix warning for missing xdev space case handling

authored by

Christoph Haag and committed by
Simon Zeni
2e6315b1 0717e0c1

+1
+1
src/xrt/state_trackers/oxr/oxr_conversions.h
··· 125 125 case OXR_SPACE_TYPE_REFERENCE_COMBINED_EYE_VARJO: return XRT_SPACE_REFERENCE_TYPE_INVALID; 126 126 case OXR_SPACE_TYPE_REFERENCE_LOCALIZATION_MAP_ML: return XRT_SPACE_REFERENCE_TYPE_INVALID; 127 127 case OXR_SPACE_TYPE_ACTION: return XRT_SPACE_REFERENCE_TYPE_INVALID; 128 + case OXR_SPACE_TYPE_XDEV_POSE: return XRT_SPACE_REFERENCE_TYPE_INVALID; 128 129 } 129 130 130 131 /*