Sam Lantinga
|
5cd1a95910
|
Fixed Android build with Vulkan support
|
2017-08-27 23:53:09 -07:00 |
Sam Lantinga
|
37ce9f2773
|
Fixed typedef redefinition errors when including both SDL_vulkan.h and vulkan.h
You should always include vulkan/vulkan.h first, then include SDL_vulkan.h
|
2017-08-27 23:13:15 -07:00 |
Ryan C. Gordon
|
c722e58d1f
|
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.
|
2017-08-27 23:25:12 -04:00 |
Ryan C. Gordon
|
25e3a1ec90
|
vulkan: Initial Vulkan support!
This work was done by Jacob Lifshay and Mark Callow; I'm just merging it
into revision control.
|
2017-08-27 22:15:57 -04:00 |