You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Better GIProbe quality settings.
This commit is contained in:
@@ -629,6 +629,11 @@ public:
|
||||
Color get_default_clear_color() const {
|
||||
return default_clear_color;
|
||||
}
|
||||
#define TIMESTAMP_BEGIN() \
|
||||
{ \
|
||||
if (VSG::storage->capturing_timestamps) VSG::storage->capture_timestamps_begin(); \
|
||||
}
|
||||
|
||||
#define RENDER_TIMESTAMP(m_text) \
|
||||
{ \
|
||||
if (VSG::storage->capturing_timestamps) VSG::storage->capture_timestamp(m_text); \
|
||||
|
||||
Reference in New Issue
Block a user