mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Add global configuration struct.
This commit is contained in:
parent
cbabb5aa22
commit
1dd0341cff
14
server/TracyConfig.hpp
Normal file
14
server/TracyConfig.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef __TRACYCONFIG_HPP__
|
||||
#define __TRACYCONFIG_HPP__
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
struct Config
|
||||
{
|
||||
bool threadedRendering = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user