Limit occlusion queries to 32k as that's what MoltenVK can handle
This commit is contained in:
parent
686320c94d
commit
ec4dd5d1c2
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
struct
|
||||
{
|
||||
const int MaxQueries = 64000;
|
||||
const int MaxQueries = 32000;
|
||||
std::unique_ptr<VulkanQueryPool> QueryPool;
|
||||
int NextIndex = 0;
|
||||
} OcclusionQuery;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue