The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Print swapchain formats on debug

+2 -2
+2 -2
src/xrt/compositor/main/comp_target_swapchain.c
··· 238 238 239 239 // Dump formats 240 240 for (uint32_t i = 0; i < format_count; i++) { 241 - COMP_SPEW(cts->base.c, "VkSurfaceFormatKHR: %i [%s, %s]", i, vk_format_string(formats[i].format), 242 - vk_color_space_string(formats[i].colorSpace)); 241 + COMP_DEBUG(cts->base.c, "VkSurfaceFormatKHR: %i [%s, %s]", i, vk_format_string(formats[i].format), 242 + vk_color_space_string(formats[i].colorSpace)); 243 243 } 244 244 245 245 VkSurfaceFormatKHR *formats_for_colorspace = NULL;