I am working on seting up a Vulkan project (my operating system is Windows 11). I have an NVIDIA GeForce RTX 4070 ti, and yet the VK_KHR_swapchain Vulkan extension is not supported, despite having installed the Vulkan driver. Given that swap chains are fundamental to actually proceed with any project, something is surely not right here. Can someone help me out?
These are the extensions my GPU supports, according to the values returned from vkEnumerateInstanceExtensionProperties: