mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +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;
|
friend class GpuCtxScope;
|
||||||
|
|
||||||
enum { QueryCount = 1024 };
|
enum { QueryCount = 64 * 1024 };
|
||||||
|
|
||||||
public:
|
public:
|
||||||
GpuCtx()
|
GpuCtx()
|
||||||
|
Loading…
Reference in New Issue
Block a user