The open source OpenXR runtime
0
fork

Configure Feed

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

c/main: Optionally enable VK_EXT_debug_marker on debug builds

+3
+3
src/xrt/compositor/main/comp_compositor.c
··· 636 636 #ifdef VK_KHR_timeline_semaphore 637 637 VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, 638 638 #endif 639 + #if defined VK_EXT_debug_marker && !defined NDEBUG 640 + VK_EXT_DEBUG_MARKER_EXTENSION_NAME, 641 + #endif 639 642 #ifdef VK_EXT_calibrated_timestamps 640 643 VK_EXT_CALIBRATED_TIMESTAMPS_EXTENSION_NAME, 641 644 #endif