1#if (defined(WITH_TRACY) || NCINE_WITH_TRACY) && \
2 !defined(__ANDROID__) && !defined(__APPLE__) && !defined(__EMSCRIPTEN__)
4 #include "tracy/TracyOpenGL.hpp"
10 #define TracyGpuContext
11 #define TracyGpuContextName(x, y)
12 #define TracyGpuNamedZone(x, y, z)
13 #define TracyGpuNamedZoneC(x, y, z, w)
14 #define TracyGpuZone(x)
15 #define TracyGpuZoneC(x, y)
16 #define TracyGpuZoneTransient(x, y, z)
17 #define TracyGpuCollect
19 #define TracyGpuNamedZoneS(x, y, z, w)
20 #define TracyGpuNamedZoneCS(x, y, z, w, a)
21 #define TracyGpuZoneS(x, y)
22 #define TracyGpuZoneCS(x, y, z)
23 #define TracyGpuZoneTransientS(x, y, z, w)
27struct SourceLocationData;
32 GpuCtxScope(
const SourceLocationData *,
int,
bool) {}
Definition tracy_opengl.h:29