Sam Lantinga
e67e0c5d55
vulkan_metal.h: Make compatible with ObjC ARC (thanks @jmroot!)
...
(re)Fixes #6598
We need to remember to apply this again once we update from upstream headers.
2024-02-02 18:29:59 -08:00
Sam Lantinga
1ac9602909
Make sure we include the matching copy of vk_video headers
2024-01-24 09:40:16 -08:00
Sam Lantinga
fc74bf8455
Update to the latest version of the Khronos headers
2024-01-24 09:40:16 -08:00
Simon McVittie
ed421f4fd8
Revert Khronos headers to upstream version
...
These are third-party headers, so it's best if they're identical to the
upstream version rather than using SDL-specific macros or coding style.
This partially reverts commits b6ae281e and 31d133db .
Fixes: 31d133db "Define SDL_PLATFORM_* macros instead of underscored ones (#8875 )"
Signed-off-by: Simon McVittie <smcv@collabora.com >
2024-01-24 14:12:50 +03:00
Anonymous Maarten
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones ( #8875 )
2024-01-24 01:40:51 +00:00
Ozkan Sezer
611b3dd1fd
remove unused vulkan/*.hpp files.
2023-07-17 00:10:50 +03:00
Ryan C. Gordon
c0bd18f023
khronos: Fixed a typo in a Vulkan header, to match upstream.
...
Fixes #7916 .
2023-07-03 11:03:20 -04:00
Joshua Root
239423e205
vulkan_metal.h: Make compatible with ObjC ARC
...
Fixes #6598
2022-11-23 17:37:38 -08:00
Sam Lantinga
72fe6cc8f1
Updated to the latest version of OpenGL and Vulkan headers from the Khronos registry
...
Fixes https://github.com/libsdl-org/SDL/issues/6193
2022-09-14 09:14:47 -07:00
Sam Lantinga
5dc6c3c951
Updated Vulkan headers to version 1.2.158
...
https://github.com/KhronosGroup/Vulkan-Headers
2020-10-24 10:46:18 -07:00
Sam Lantinga
9665a50891
Added Vulkan headers version 1.1.91
...
Downloaded from https://github.com/KhronosGroup/Vulkan-Headers
2018-11-06 16:57:07 -08: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