| SDL_Vulkan_GetPresentationSupport(3) | SDL3 FUNCTIONS | SDL_Vulkan_GetPresentationSupport(3) |
SDL_Vulkan_GetPresentationSupport - Query support for presentation via a given physical device and queue family.
Defined in SDL3/SDL_vulkan.h
#include "SDL3/SDL.h"
bool SDL_Vulkan_GetPresentationSupport(VkInstance instance,
VkPhysicalDevice physicalDevice,
Uint32 queueFamilyIndex);
The instance must have been created with extensions returned by
SDL_Vulkan_GetInstanceExtensions () enabled.
Returns true if supported, false if unsupported or an error occurred.
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |