mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-28 04:15:31 +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.