Change to 6 * 2
This commit is contained in:
parent
0d873b6da1
commit
4fb3315091
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue