vulkano/CHANGELOG_VK_SYS.md
Austin Johnson 2e6868a0c0
Downgrade Winit back to 0.19; Release Vulkano 0.16 (#1267)
* fix after revert; release 0.16

* bump shaders version
2019-11-01 10:12:17 -05:00

921 B

Unreleased

Version 0.5.0 (2019-11-01)

  • Add const STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR and struct PhysicalDevice16BitStorageFeaturesKHR for VK_KHR_16bit_storage extension.

  • Removed the following deprecated constants

    • STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT
    • COLORSPACE_SRGB_NONLINEAR_KHR
    • COLOR_SPACE_DISPLAY_P3_LINEAR_EXT
    • COLOR_SPACE_SCRGB_LINEAR_EXT
    • COLOR_SPACE_SCRGB_NONLINEAR_EXT
    • COLOR_SPACE_BT2020_NONLINEAR_EXT
    • DEBUG_REPORT_OBJECT_TYPE_DEBUG_REPORT_EXT
  • Removed the deprecated constants and functions related to VK_EXT_debug_report and VK_EXT_debug_marker and adding the constants and functions related to VK_EXT_debug_utils

Version 0.4.0 (2018-11-16)

  • Removed MIR support

Version 0.3.4 (2018-11-08) yanked

  • Accidentally released with breaking change with the removal of MIR support.