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

@@ -59,7 +59,7 @@
* inclusion of vulkan has the appropriate USE_PLATFORM defined, hence
* the above. */
#define VK_NO_PROTOTYPES
#include "vulkan/vulkan.h"
#include "./khronos/vulkan/vulkan.h"
extern const char *SDL_Vulkan_GetResultString(VkResult result);