The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Use trace instead of debug for per frame message

+1 -1
+1 -1
src/xrt/compositor/main/comp_renderer.c
··· 264 264 bool pre_rotate = false; 265 265 if (r->c->target->surface_transform & VK_SURFACE_TRANSFORM_ROTATE_90_BIT_KHR || 266 266 r->c->target->surface_transform & VK_SURFACE_TRANSFORM_ROTATE_270_BIT_KHR) { 267 - COMP_DEBUG(c, "Swapping width and height, since we are pre rotating"); 267 + COMP_SPEW(c, "Swapping width and height, since we are pre rotating"); 268 268 pre_rotate = true; 269 269 } 270 270