The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Tidy includes [NFC]

-4
-2
src/xrt/state_trackers/oxr/oxr_swapchain.c
··· 7 7 * @ingroup oxr_main 8 8 */ 9 9 10 - #include <stdlib.h> 11 - 12 10 #include "util/u_debug.h" 13 11 #include "util/u_misc.h" 14 12
-2
src/xrt/state_trackers/oxr/oxr_swapchain_vk.c
··· 8 8 * @ingroup comp_client 9 9 */ 10 10 11 - #include <stdlib.h> 12 - 13 11 #include "util/u_debug.h" 14 12 15 13 #include "oxr_objects.h"