Backend.Vulkan.ExtEnabled
static bool ExtEnabled(string extensionName)
Checks if a Vulkan extension was enabled at init, regardless of which request asked for it. This MUST only be called after SK.Initialize.
| string extensionName | The extension name, for example “VK_KHR_swapchain”. |
| RETURNS: bool | If the extension is available to use. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!