1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Bump number of query slots to 64K.

This commit is contained in:
Bartosz Taudul
2017-11-22 14:01:44 +01:00
parent c431747f06
commit 4708f819b9
+1 -1
View File
@@ -44,7 +44,7 @@ class GpuCtx
{
friend class GpuCtxScope;
enum { QueryCount = 1024 };
enum { QueryCount = 64 * 1024 };
public:
GpuCtx()