From fccec65afe890fb62e774633866ca9e60b0a4482 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 6 Nov 2023 18:32:15 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_vulkan.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/SDL3/SDL_vulkan.h b/include/SDL3/SDL_vulkan.h index 6d84e655ca..98590786e5 100644 --- a/include/SDL3/SDL_vulkan.h +++ b/include/SDL3/SDL_vulkan.h @@ -166,13 +166,13 @@ extern DECLSPEC char const* const* SDLCALL SDL_Vulkan_GetInstanceExtensions(Uint * `instance` must have been created with extensions returned by * SDL_Vulkan_GetInstanceExtensions() enabled. * - * If `allocator` is NULL, Vulkan will use the system default allocator. - * This argument is passed directly to Vulkan and isn't used by SDL itself. + * If `allocator` is NULL, Vulkan will use the system default allocator. This + * argument is passed directly to Vulkan and isn't used by SDL itself. * * \param window The window to which to attach the Vulkan surface * \param instance The Vulkan instance handle - * \param allocator A VkAllocationCallbacks struct, which lets the app - * set the allocator that creates the surface. Can be NULL. + * \param allocator A VkAllocationCallbacks struct, which lets the app set the + * allocator that creates the surface. Can be NULL. * \param surface A pointer to a VkSurfaceKHR handle to output the newly * created surface * \returns SDL_TRUE on success, SDL_FALSE on error.