The open source OpenXR runtime
0
fork

Configure Feed

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

st/prober: Remove last vestiges of hand tracking

-4
-4
src/xrt/state_trackers/prober/p_tracking.c
··· 190 190 // Put a queue before it to multi-thread the filter. 191 191 u_sink_simple_queue_create(&fact->xfctx, xsink, &xsink); 192 192 193 - struct xrt_frame_sink *ht_sink = NULL; 194 - u_sink_create_to_r8g8b8_or_l8(&fact->xfctx, ht_sink, &ht_sink); 195 - u_sink_split_create(&fact->xfctx, xsink, ht_sink, &xsink); 196 - 197 193 // Hardcoded quirk sink. 198 194 struct u_sink_quirk_params qp; 199 195 U_ZERO(&qp);