mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
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:
parent
803fd6d526
commit
c722e58d1f
9 changed files with 6589 additions and 88 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue