1
0
Fork 0

Merge pull request #132 from bluestang2006/max_swapchain_images

Increase MAX_SWAPCHAIN_IMAGES to 8
This commit is contained in:
Eugene C 2021-12-08 18:50:12 +02:00 committed by GitHub
commit 9143c736bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "../renderercommon/vulkan/vulkan.h"
#include "tr_common.h"
#define MAX_SWAPCHAIN_IMAGES 4
#define MAX_SWAPCHAIN_IMAGES 8
#define MIN_SWAPCHAIN_IMAGES_IMM 3
#define MIN_SWAPCHAIN_IMAGES_FIFO 3
#define MIN_SWAPCHAIN_IMAGES_MAILBOX 3