Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -90,10 +90,9 @@ struct VkAllocationCallbacks;
|
|||||||
* SDL keeps a counter of how many times this function has been successfully
|
* SDL keeps a counter of how many times this function has been successfully
|
||||||
* called, so it is safe to call this function multiple times, so long as it
|
* called, so it is safe to call this function multiple times, so long as it
|
||||||
* is eventually paired with an equivalent number of calls to
|
* is eventually paired with an equivalent number of calls to
|
||||||
* SDL_Vulkan_UnloadLibrary. The `path` argument is ignored unless there is
|
* SDL_Vulkan_UnloadLibrary. The `path` argument is ignored unless there is no
|
||||||
* no library currently loaded, and and the library isn't actually unloaded
|
* library currently loaded, and and the library isn't actually unloaded until
|
||||||
* until there have been an equivalent number of calls to
|
* there have been an equivalent number of calls to SDL_Vulkan_UnloadLibrary.
|
||||||
* SDL_Vulkan_UnloadLibrary.
|
|
||||||
*
|
*
|
||||||
* It is fairly common for Vulkan applications to link with libvulkan instead
|
* It is fairly common for Vulkan applications to link with libvulkan instead
|
||||||
* of explicitly loading it at run time. This will work with SDL provided the
|
* of explicitly loading it at run time. This will work with SDL provided the
|
||||||
|
|||||||
Reference in New Issue
Block a user