Use recommended 3 backbuffers on MoltenVK on Mac

This commit is contained in:
Wojtek Figat
2022-01-09 20:12:52 +01:00
parent 959446df20
commit 2ca070ea3a
3 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
#if GRAPHICS_API_VULKAN && PLATFORM_MAC
#define VULKAN_BACK_BUFFERS_COUNT 3
/// <summary>
/// The implementation for the Vulkan API support for Mac platform.
/// </summary>