Add ProfilerGPU.Enabled to manually toggle GPU timings

This commit is contained in:
Wojtek Figat
2023-10-16 10:29:44 +02:00
parent ad2bd2ce51
commit db6b98ecd1

View File

@@ -125,7 +125,7 @@ public:
/// <summary>
/// True if GPU profiling is enabled, otherwise false to disable events collecting and GPU timer queries usage. Can be changed during rendering.
/// </summary>
static bool Enabled;
API_FIELD() static bool Enabled;
/// <summary>
/// The current frame buffer to collect events.