From f0ceb92dca2b776121a26876bad708d7ab26e928 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 11 Jul 2024 19:01:27 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_vulkan.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/SDL3/SDL_vulkan.h b/include/SDL3/SDL_vulkan.h index ca4bf71611..639487ac15 100644 --- a/include/SDL3/SDL_vulkan.h +++ b/include/SDL3/SDL_vulkan.h @@ -213,15 +213,18 @@ extern SDL_DECLSPEC void SDLCALL SDL_Vulkan_DestroySurface(VkInstance instance, const struct VkAllocationCallbacks *allocator); /** - * Query support for presentation via a given physical device and queue family. + * Query support for presentation via a given physical device and queue + * family. * * The `instance` must have been created with extensions returned by * SDL_Vulkan_GetInstanceExtensions() enabled. * * \param instance the Vulkan instance handle. * \param physicalDevice a valid Vulkan physical device handle. - * \param queueFamilyIndex a valid queue family index for the given physical device. - * \returns SDL_TRUE if supported, SDL_FALSE if unsupported or an error occurred. + * \param queueFamilyIndex a valid queue family index for the given physical + * device. + * \returns SDL_TRUE if supported, SDL_FALSE if unsupported or an error + * occurred. * * \since This function is available since SDL 3.0.0. *