Skip to content

SdlVulkanGetPresentationSupport

Query support for presentation via a given physical device and queue family.

The AInstance must have been created with extensions returned by SdlVulkanGetInstanceExtensions enabled.

Definition

Unit: Neslib.Sdl3.Video

function SdlVulkanGetPresentationSupport(const AInstance: VkInstance; 
  const APhysicalDevice: VkPhysicalDevice; const AQueueFamilyIndex: Integer): Boolean; inline

Parameters

AInstance: VkInstance : The Vulkan instance handle.

APhysicalDevice: VkPhysicalDevice : A valid Vulkan physical device handle.

AQueueFamilyIndex: Integer : A valid queue family index for the given physical device.

Returns

Boolean: True if supported, False if unsupported or an error occurred.

See Also