The open source OpenXR runtime
0
fork

Configure Feed

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

comp/main: Fix chosen vk display mode debug print

+1 -1
+1 -1
src/xrt/compositor/main/comp_window_direct.c
··· 55 55 } 56 56 VkDisplayModeParametersKHR best = mode_properties[best_index].parameters; 57 57 COMP_DEBUG(ct->c, "Auto choosing Vk direct mode %d: %dx%d@%.2f", best_index, best.visibleRegion.width, 58 - best.visibleRegion.width, (float)best.refreshRate / 1000.f); 58 + best.visibleRegion.height, (float)best.refreshRate / 1000.f); 59 59 return best_index; 60 60 } 61 61