Renamed directory containing vulkan headers to avoid clash with system headers. Fixed issue #2097.

This commit is contained in:
Бранимир Караџић 2020-04-07 20:42:31 -07:00
parent 428040da52
commit aff6bc0d41
20 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#define VK_NO_STDINT_H
#define VK_NO_PROTOTYPES
#include <vulkan/vulkan.h>
#include <vulkan-local/vulkan.h>
#include "renderer.h"
#include "debug_renderdoc.h"