mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Merge commit '439c0b023680a1cf18661336471ff405131de661' into main
This commit is contained in:
@@ -31,6 +31,23 @@
|
||||
// So this file is a set of many semantic patches, mostly independant.
|
||||
|
||||
|
||||
// SDL_Vulkan_GetInstanceExtensions() no longer takes a window parameter.
|
||||
@@
|
||||
expression e1, e2, e3;
|
||||
@@
|
||||
SDL_Vulkan_GetInstanceExtensions(
|
||||
- e1,
|
||||
e2, e3)
|
||||
|
||||
// SDL_Vulkan_GetVkGetInstanceProcAddr() now returns `SDL_FunctionPointer` instead of `void *`, and should be cast to PFN_vkGetInstanceProcAddr.
|
||||
@@
|
||||
typedef PFN_vkGetInstanceProcAddr;
|
||||
expression e1, e2, e3;
|
||||
@@
|
||||
+ (PFN_vkGetInstanceProcAddr)
|
||||
SDL_Vulkan_GetVkGetInstanceProcAddr()
|
||||
|
||||
|
||||
// SDL_PauseAudioDevice / SDL_PlayAudioDevice
|
||||
@@
|
||||
expression e;
|
||||
|
Reference in New Issue
Block a user