mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Bump number of query slots to 64K.
This commit is contained in:
parent
c431747f06
commit
4708f819b9
@ -44,7 +44,7 @@ class GpuCtx
|
||||
{
|
||||
friend class GpuCtxScope;
|
||||
|
||||
enum { QueryCount = 1024 };
|
||||
enum { QueryCount = 64 * 1024 };
|
||||
|
||||
public:
|
||||
GpuCtx()
|
||||
|
Loading…
Reference in New Issue
Block a user