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
Returns
TArray<String>
: An array of extension name strings.
Exceptions
ESdlError
: Raised on failure.