Skip to content

Releases: CodingRays/vk-profiles-rs

0.3.1

13 Jul 11:42

Choose a tag to compare

Changed

Only require vulkan headers for build.

0.3.0

10 Jul 12:39

Choose a tag to compare

Additions

  • New examples showing setup code with and without changing features and checking profile properties.

Changed

  • Updated VulkanProfiles::get_profile_features to use ash::vk::PhysicalDeviceFeatures2 instead of ash::vk::BaseOutStructure
  • Updated VulkanProfiles::get_profile_properties to use ash::vk::PhysicalDeviceProperties2 instead of ash::vk::BaseOutStructure

0.2.1

03 Jun 12:05

Choose a tag to compare

Changed

  • Relaxed ash version requirement to >=0.35