Skip to content

SdlVulkanGetInstanceExtensions

Get the Vulkan instance extensions needed for vkCreateInstance.

This should be called after either calling SdlVulkanLoadLibrary or creating a TSdlWindow with the TSdlWindowFlag.Vulkan flag.

Definition

Unit: Neslib.Sdl3.Video

function SdlVulkanGetInstanceExtensions: TArray<String>

Returns

TArray<String>: An array of extension name strings.

Exceptions

ESdlError: Raised on failure.

See Also