Change to 6 * 2

This commit is contained in:
twinaphex 2017-02-20 21:52:49 +01:00
parent 0d873b6da1
commit 4fb3315091

View File

@ -331,7 +331,7 @@ typedef struct vk
struct
{
bool blend;
VkPipeline pipelines[12];
VkPipeline pipelines[6 * 2];
struct vk_texture blank_texture;
} display;