mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add global configuration struct.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef __TRACYCONFIG_HPP__
|
||||
#define __TRACYCONFIG_HPP__
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
struct Config
|
||||
{
|
||||
bool threadedRendering = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user