The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Log assert case

+1 -1
+1 -1
src/xrt/compositor/main/comp_renderer.c
··· 948 948 comp_target_mark_submit(ct, c->frame.rendering.id, os_monotonic_get_ns()); 949 949 } break; 950 950 951 - default: assert(false); 951 + default: COMP_ERROR(c, "Unhandled case: '%u'", layer->data.type); assert(false); 952 952 } 953 953 } 954 954