docs: Updated SDL_Vulkan_GetInstanceExtensions info in README-migration.md.

Reference PR #8457.
main
Ryan C. Gordon 2023-11-02 14:57:13 -04:00
parent 9224a0a2d8
commit 5b3a2c6df6
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -1293,7 +1293,7 @@ The following symbols have been renamed:
## SDL_vulkan.h
SDL_Vulkan_GetInstanceExtensions() no longer takes a window parameter.
SDL_Vulkan_GetInstanceExtensions() no longer takes a window parameter, and no longer makes the app allocate query/allocate space for the result, instead returning a static const internal string.
SDL_Vulkan_GetVkGetInstanceProcAddr() now returns `SDL_FunctionPointer` instead of `void *`, and should be cast to PFN_vkGetInstanceProcAddr.