The open source OpenXR runtime
0
fork

Configure Feed

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

u/pacing: Work around asserts on slow compositors

This isn't the most ideal solution but a proper fix will take longer.

authored by

Jakob Bornecrantz and committed by
Mateo de Mayo
d1db1dab ad045fd2

+7 -1
+7 -1
src/xrt/auxiliary/util/u_pacing_app.c
··· 42 42 * 43 43 */ 44 44 45 - #define FRAME_COUNT (8) 45 + /*! 46 + * This controls how many frames are in the allocation array. 47 + * 48 + * @todo The allocation code is not good, this is a work around for index reuse 49 + * causing asserts, change the code so we don't need it at all. 50 + */ 51 + #define FRAME_COUNT (128) 46 52 47 53 enum u_pa_state 48 54 {