mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
st/oxr: Only advertise hand tracking funcs if compiled with ext
This commit is contained in:
parent
2b7e8d8dce
commit
fb6cf9b4cc
|
@ -220,9 +220,11 @@ handle_non_null(struct oxr_instance *inst, struct oxr_logger *log, const char *n
|
|||
ENTRY_IF_EXT(xrThermalGetTemperatureTrendEXT, EXT_thermal_query);
|
||||
#endif // OXR_HAVE_EXT_thermal_query
|
||||
|
||||
#ifdef OXR_HAVE_EXT_hand_tracking
|
||||
ENTRY_IF_EXT(xrCreateHandTrackerEXT, EXT_hand_tracking);
|
||||
ENTRY_IF_EXT(xrDestroyHandTrackerEXT, EXT_hand_tracking);
|
||||
ENTRY_IF_EXT(xrLocateHandJointsEXT, EXT_hand_tracking);
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
#ifdef OXR_HAVE_EXT_debug_utils
|
||||
|
|
Loading…
Reference in a new issue