Fix build.

This commit is contained in:
Бранимир Караџић
2021-07-27 05:38:44 -07:00
parent 8a0ae08123
commit 2ec34699af

View File

@@ -20,7 +20,7 @@ extern "C" {
#define VK_VERSION_1_0 1
#include "vulkan/vk_platform.h"
#include "vk_platform.h"
#define VK_DEFINE_HANDLE(object) typedef struct object##_T* object;