Fix Vulkan swapchain init on Android device with more surfaces reported by the driver

This commit is contained in:
Wojtek Figat
2024-03-28 18:08:22 +01:00
parent 24e56a825e
commit b8a287c4d5

View File

@@ -6,6 +6,9 @@
#if GRAPHICS_API_VULKAN && PLATFORM_ANDROID
// Support more backbuffers in case driver decides to use more
#define VULKAN_BACK_BUFFERS_COUNT_MAX 8
/// <summary>
/// The implementation for the Vulkan API support for Android platform.
/// </summary>