The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Add ifdef for XR_EXT_hand_tracking

authored by

Christoph Haag and committed by
Jakob Bornecrantz
2b7e8d8d d114b8bb

+3 -1
+3 -1
src/xrt/state_trackers/oxr/oxr_api_session.c
··· 279 279 * 280 280 */ 281 281 282 + #ifdef XR_EXT_hand_tracking 283 + 282 284 static XrResult 283 285 oxr_hand_tracker_destroy_cb(struct oxr_logger *log, struct oxr_handle_base *hb) 284 286 { ··· 438 440 return oxr_session_hand_joints(&log, hand_tracker, locateInfo, locations); 439 441 } 440 442 441 - 443 + #endif