vulkan: Include a copy of vulkan.h and vk_platform.h.

Now we can provide Vulkan support in the build even if the build box doesn't
have a Vulkan SDK, since we dynamically link to the library anyhow.
This commit is contained in:
Ryan C. Gordon
2017-08-27 23:25:12 -04:00
parent 803fd6d526
commit c722e58d1f
9 changed files with 6589 additions and 88 deletions

View File

@@ -31,7 +31,7 @@ int main(int argc, char *argv[])
#else
#define VK_NO_PROTOTYPES
#include "vulkan/vulkan.h"
#include "../src/video/khronos/vulkan/vulkan.h"
#define VULKAN_FUNCTIONS() \
VULKAN_DEVICE_FUNCTION(vkAcquireNextImageKHR) \