The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Move XR_EXT_thermal_query #endif to the correct place

authored by

Christoph Haag and committed by
Jakob Bornecrantz
d114b8bb d9482d0b

+3 -1
+3 -1
src/xrt/state_trackers/oxr/oxr_api_session.c
··· 271 271 return oxr_error(&log, XR_ERROR_HANDLE_INVALID, "Not implemented"); 272 272 } 273 273 274 + #endif 275 + 274 276 /* 275 277 * 276 278 * XR_EXT_hand_tracking ··· 436 438 return oxr_session_hand_joints(&log, hand_tracker, locateInfo, locations); 437 439 } 438 440 439 - #endif 441 +