The open source OpenXR runtime

u/pacing: Make it possible to adjust U_PACING_COMP_MIN_TIME_MS in the Debug GUI

We had a read-only field here before, but we change it now to a
read-write i64 field.

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

xantoz 3eda5cbf bc47ec56

+1 -1
+1 -1
src/xrt/auxiliary/util/u_pacing_compositor_fake.c
··· 489 489 u_var_add_root(ft, "Compositor timing info", true); 490 490 u_var_add_draggable_f32(ft, &ft->present_to_display_offset_ms, "Present to display offset(ms)"); 491 491 u_var_add_ro_i64(ft, &ft->frame_period_ns, "Frame period(ns)"); 492 - u_var_add_ro_i64(ft, &ft->comp_time_ns, "Compositor time(ns)"); 492 + u_var_add_i64(ft, &ft->comp_time_ns, "Compositor time(ns)"); 493 493 u_var_add_ro_i64(ft, &ft->last_present_time_ns, "Last present time(ns)"); 494 494 495 495 // Return value.