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.