diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index 6ca03d9b..7485c5f2 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -44,7 +44,7 @@ class GpuCtx { friend class GpuCtxScope; - enum { QueryCount = 1024 }; + enum { QueryCount = 64 * 1024 }; public: GpuCtx()