The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Only advertise hand tracking funcs if compiled with ext

authored by

Christoph Haag and committed by
Jakob Bornecrantz
fb6cf9b4 2b7e8d8d

+2
+2
src/xrt/state_trackers/oxr/oxr_api_negotiate.c
··· 220 220 ENTRY_IF_EXT(xrThermalGetTemperatureTrendEXT, EXT_thermal_query); 221 221 #endif // OXR_HAVE_EXT_thermal_query 222 222 223 + #ifdef OXR_HAVE_EXT_hand_tracking 223 224 ENTRY_IF_EXT(xrCreateHandTrackerEXT, EXT_hand_tracking); 224 225 ENTRY_IF_EXT(xrDestroyHandTrackerEXT, EXT_hand_tracking); 225 226 ENTRY_IF_EXT(xrLocateHandJointsEXT, EXT_hand_tracking); 227 + #endif 226 228 227 229 #if 0 228 230 #ifdef OXR_HAVE_EXT_debug_utils