Add new GPU Query API that is lightweight and supports occlusion queries

This commit is contained in:
2026-01-16 10:40:30 +01:00
parent d2d7a871ce
commit 9ac231c403
31 changed files with 829 additions and 254 deletions
@@ -9,7 +9,7 @@
#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
#define VULKAN_USE_TIMER_QUERIES 0
/// <summary>
/// The implementation for the Vulkan API support for iOS platform.