From 4fb3315091cbd1c0054d9c72df38c14fe0813fe3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Feb 2017 21:52:49 +0100 Subject: [PATCH] Change to 6 * 2 --- gfx/common/vulkan_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/vulkan_common.h b/gfx/common/vulkan_common.h index 9d17e8e079..62f0be77c0 100644 --- a/gfx/common/vulkan_common.h +++ b/gfx/common/vulkan_common.h @@ -331,7 +331,7 @@ typedef struct vk struct { bool blend; - VkPipeline pipelines[12]; + VkPipeline pipelines[6 * 2]; struct vk_texture blank_texture; } display;