mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 10:56:21 +01:00
![PixelyIon](/assets/img/avatar_default.png)
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.