Releases: CodingRays/vk-profiles-rs
Releases · CodingRays/vk-profiles-rs
0.3.1
0.3.0
Additions
- New examples showing setup code with and without changing features and checking profile properties.
Changed
- Updated
VulkanProfiles::get_profile_featuresto useash::vk::PhysicalDeviceFeatures2instead ofash::vk::BaseOutStructure - Updated
VulkanProfiles::get_profile_propertiesto useash::vk::PhysicalDeviceProperties2instead ofash::vk::BaseOutStructure
0.2.1
Changed
- Relaxed ash version requirement to
>=0.35