Skip to content

Ash 0.37.3

Compare
Choose a tag to compare
@MarijnS95 MarijnS95 released this 29 May 19:16
· 188 commits to master since this release
0.37.3
66c0cf4

Changed

  • VK_KHR_device_group_creation: Replaced device() with instance() (via deprecation) because it is returning vk::Instance (#744)

Added

  • Added VK_EXT_pipeline_properties device extension (#622)
  • Update Vulkan-Headers to 1.3.251 (#697, #723, #741)
  • Added VK_KHR_performance_query device extension (#726)
  • Added VK_EXT_shader_object device extension (#732)
  • Added missing Device::get_device_queue2() wrapper (#736)
  • Added with new_with_instance() on the following extensions to allow loading the listed Instance functions: (#744)
    • VK_KHR_swapchain: get_physical_device_present_rectangles()
    • VK_KHR_device_group: get_physical_device_present_rectangles()
    • VK_EXT_full_screen_exclusive: get_physical_device_surface_present_modes2()
  • Exposed FramebufferCreateInfoBuilder::attachment_count() builder for vk::FramebufferCreateFlags::IMAGELESS (#747)