The open source OpenXR runtime
0
fork

Configure Feed

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

d/android: implement get_visibility_mask

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2403>

authored by

Simon Zeni and committed by
Marge Bot
37bb719e 6dc491be

+3 -1
+3 -1
src/xrt/drivers/android/android_sensors.c
··· 14 14 15 15 #include "util/u_debug.h" 16 16 #include "util/u_device.h" 17 + #include "util/u_distortion_mesh.h" 17 18 #include "util/u_var.h" 18 - #include "util/u_distortion_mesh.h" 19 + #include "util/u_visibility_mask.h" 19 20 20 21 #include "android/android_globals.h" 21 22 #include "android/android_custom_surface.h" ··· 220 221 d->base.update_inputs = u_device_noop_update_inputs; 221 222 d->base.get_tracked_pose = android_device_get_tracked_pose; 222 223 d->base.get_view_poses = u_device_get_view_poses; 224 + d->base.get_visibility_mask = u_device_get_visibility_mask; 223 225 d->base.compute_distortion = android_device_compute_distortion; 224 226 d->base.inputs[0].name = XRT_INPUT_GENERIC_HEAD_POSE; 225 227 d->base.device_type = XRT_DEVICE_TYPE_HMD;