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;