Change to 6 * 2

This commit is contained in:
twinaphex 2017-02-20 21:52:49 +01:00
parent 0d873b6da1
commit 4fb3315091
1 changed files with 1 additions and 1 deletions

View File

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