Fix build

This commit is contained in:
kd-11 2022-02-20 17:50:57 +03:00 committed by kd-11
parent 12fd43e1c6
commit 0809e7cf9f

View File

@ -9,6 +9,8 @@
#include "Utilities/mutex.h"
#include "util/asm.hpp"
#include <optional>
// Initial heap allocation values. The heaps are growable and will automatically increase in size to accomodate demands
#define VK_ATTRIB_RING_BUFFER_SIZE_M 64
#define VK_TEXTURE_UPLOAD_RING_BUFFER_SIZE_M 64