mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-27 12:05:26 +01:00
c3895a8197
Implement the infrastructure to depend on `VkPhysicalDeviceFeatures2` extended feature structures which can be utilized to retrieve the specifics of features from extensions. It is implemented in the form of `vk::StructureChain` with `vk::PhysicalDeviceFeatures2` that can be extended with any extension feature structures.