The open source OpenXR runtime
0
fork

Configure Feed

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

u/trace_marker: Ensure ENABLE_TRACE is set before including Tracy headers

+3
+3
src/xrt/auxiliary/util/u_trace_marker.h
··· 31 31 #endif 32 32 33 33 #if defined(XRT_FEATURE_TRACING) && defined(XRT_HAVE_TRACY) 34 + #ifndef TRACY_ENABLE 35 + #define TRACY_ENABLE 36 + #endif // TRACY_ENABLE 34 37 #define U_TRACE_TRACY 35 38 #include "tracy/TracyC.h" 36 39 #ifdef __cplusplus