Right now devices created by Manager don't enable any additional physical device features. In my case, I would like to be able to work with 8-bit types in my shaders, which requires vk::PhysicalDevice8BitStorageFeaturesKHR. It would nice if there was a way to add physical features without having to create a vkDevice myself.
Right now devices created by
Managerdon't enable any additional physical device features. In my case, I would like to be able to work with 8-bit types in my shaders, which requiresvk::PhysicalDevice8BitStorageFeaturesKHR. It would nice if there was a way to add physical features without having to create avkDevicemyself.