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

View File

@ -44,7 +44,7 @@ class GpuCtx
{
friend class GpuCtxScope;
enum { QueryCount = 1024 };
enum { QueryCount = 64 * 1024 };
public:
GpuCtx()