We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a52d9 commit eda3d4aCopy full SHA for eda3d4a
1 file changed
StarEngine/src/StarEngine/Debug/Profiler.h
@@ -17,7 +17,7 @@
17
#define SE_PROFILE_THREAD(...) tracy::SetThreadName(__VA_ARGS__)
18
#define SE_PROFILE_GPU_SCOPE(...) TracyGpuZone(__VA_ARGS__)
19
#else
20
-#define SE_PROFILE_MARK_FRAME(...)
+#define SE_PROFILE_MARK_FRAME
21
#define SE_PROFILE_FUNCTION(...)
22
#define SE_PROFILE_FUNCTION_COLOR(name, ...)
23
#define SE_PROFILE_SCOPE(...)
0 commit comments