The open source OpenXR runtime
0
fork

Configure Feed

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

t/sdl: Increase FPS

authored by

Jakob Bornecrantz and committed by
Mateo de Mayo
ad045fd2 3029eb68

+1 -1
+1 -1
src/xrt/targets/sdl_test/sdl_compositor.c
··· 568 568 c->frame.waited.id = -1; 569 569 c->frame.rendering.id = -1; 570 570 c->state = SDL_COMP_STATE_READY; 571 - c->settings.frame_interval_ns = U_TIME_1S_IN_NS / 20; // 20 FPS 571 + c->settings.frame_interval_ns = U_TIME_1S_IN_NS / 60; // 60 FPS 572 572 573 573 SC_DEBUG(c, "Doing init %p", (void *)c); 574 574