Increase backbuffers support for Vulkan on Linux to 8
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
#if GRAPHICS_API_VULKAN && PLATFORM_LINUX
|
||||
|
||||
// Support more backbuffers in case driver decides to use more (https://gitlab.freedesktop.org/apinheiro/mesa/-/issues/9)
|
||||
#define VULKAN_BACK_BUFFERS_COUNT_MAX 8
|
||||
|
||||
/// <summary>
|
||||
/// The implementation for the Vulkan API support for Linux platform.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user