Fix crash on macOS due to Vulkan timestamp queries error

This commit is contained in:
Wojtek Figat
2022-05-12 18:57:32 +02:00
parent 5525527ecd
commit 389dfb44de

View File

@@ -8,6 +8,9 @@
#define VULKAN_BACK_BUFFERS_COUNT 3
// General/Validation Error:0 VK_ERROR_INITIALIZATION_FAILED: Could not create MTLCounterSampleBuffer for query pool of type VK_QUERY_TYPE_TIMESTAMP. Reverting to emulated behavior. (Error code 0): Cannot allocate sample buffer
#define VULKAN_USE_QUERIES 0
/// <summary>
/// The implementation for the Vulkan API support for Mac platform.
/// </summary>