The open source OpenXR runtime
0
fork

Configure Feed

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

u/trace_marker: Check for both tracing and percetto

+1 -1
+1 -1
src/xrt/auxiliary/util/u_trace_marker.h
··· 25 25 #endif 26 26 #endif 27 27 28 - #ifdef XRT_FEATURE_TRACING 28 + #if defined(XRT_FEATURE_TRACING) && defined(XRT_HAVE_PERCETTO) 29 29 #define U_TRACE_PERCETTO 30 30 #include <percetto.h> 31 31 #endif