Hi,
Until recently I was blindly activating the Vulkan device with all available extensions.
Yet this approach recently broke on Archlinux as my nvidia driver was advertising some extensions without their dependencies as well as mutually exclusive extensions.
Is there a way to ask skia which device extensions we should request? For example something like:
std::vector<std::string> getSkiaVulkanExtensions(const std::vector<std::string>& availExts);
Thank you very much.
Cheers,
Alex