diff options
author | Keuin <[email protected]> | 2022-04-17 14:13:29 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-17 14:13:29 +0800 |
commit | 82c24472a4bf9463d39cbb2db0d06cbbf151fe2f (patch) | |
tree | 994c1a5ff6bc237ee6d822d1fc541b8875f9aec4 | |
parent | 10960f5a5faa7a492a7ea9231eb4c3943ad6d971 (diff) |
Add note about LOG_TRACE.
-rw-r--r-- | tracelog.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ #define RT_TRACELOG_H // log ray traces to stderr +// Note: please do not enable antialiasing if you wish to get a readable log. +// These logs are simply printed to stderr. Using antialiasing will run +// multiple render thread at the same time, which will mess up the log. //#define LOG_TRACE #ifdef LOG_TRACE |