mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-10 12:28:18 +00:00
Reduce Vulkan QueryCount for Apple devices
This commit is contained in:
@@ -91,7 +91,11 @@ class VkCtx
|
||||
{
|
||||
friend class VkCtxScope;
|
||||
|
||||
#if !defined __APPLE__
|
||||
static constexpr size_t QueryCount = 64 * 1024;
|
||||
#else
|
||||
static constexpr size_t QueryCount = 4 * 1024;
|
||||
#endif
|
||||
|
||||
public:
|
||||
#if defined TRACY_VK_USE_SYMBOL_TABLE
|
||||
|
||||
Reference in New Issue
Block a user