The open source OpenXR runtime
0
fork

Configure Feed

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

u/trace_marker: Allow scoped trace markers on Windows with clang

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2491>

authored by

Andrei Aristarkhov and committed by
Marge Bot
971e335a 98f2f4a1

+1 -1
+1 -1
src/xrt/auxiliary/util/u_trace_marker.h
··· 206 206 207 207 #define U_TRACE_IDENT(CATEGORY, IDENT) ZoneScopedN(#IDENT) 208 208 209 - #elif !defined(XRT_OS_WINDOWS) // !__cplusplus 209 + #elif !defined(XRT_OS_WINDOWS) || defined(__clang__) // !__cplusplus 210 210 211 211 static inline void 212 212 u_trace_scope_cleanup(TracyCZoneCtx *ctx_ptr)