39 RerunGlobalConfig::instance().default_enabled.store(
41 std::memory_order_seq_cst
50 return RerunGlobalConfig::instance().default_enabled.load(std::memory_order_seq_cst);
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:22
bool is_default_enabled()
Check if Rerun is enabled.
Definition config.hpp:46
void set_default_enabled(bool default_enabled)
Change whether RecordingStreams are enabled by default.
Definition config.hpp:38
Configuration singleton that applies to the entire SDK.
Definition config.hpp:10
std::atomic_bool default_enabled
Whether RecordingStreams are enabled by default.
Definition config.hpp:19