Explorar o código

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

Reference PR #8457.
Ryan C. Gordon %!s(int64=2) %!d(string=hai) anos
pai
achega
5b3a2c6df6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/README-migration.md

+ 1 - 1
docs/README-migration.md

@@ -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.