2020-02-09 09:51:32 +00:00
# Unreleased
# Version 0.5.1 (2020-02-09)
2020-02-05 00:57:16 +00:00
- Added support for `VK_EXT_full_screen_exclusive`
+ const `ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT`
+ const `STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXT`
+ const `FullScreenExclusiveEXT`
+ const `FULL_SCREEN_EXCLUSIVE_DEFAUlT_EXT`
+ const `FULL_SCREEN_EXCLUSIVE_ALLOWED_EXT`
+ const `FULL_SCREEN_EXCLUSIVE_DISALLOWED_EXT`
+ const `FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT`
+ const `FULL_SCREEN_EXCLUSIVE_MAX_ENUM_EXT`
+ struct `SurfaceFullScreenExclusiveInfoEXT`
+ function `AcquireFullScreenExclusiveModeEXT`
+ function `ReleaseFullScreenExclusiveModeEXT`
2019-11-01 15:12:17 +00:00
# Version 0.5.0 (2019-11-01)
2018-12-27 23:39:29 +00:00
2019-10-24 08:20:36 +00:00
- Add const `STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR` and
struct `PhysicalDevice16BitStorageFeaturesKHR` for `VK_KHR_16bit_storage`
extension.
2018-12-27 23:39:29 +00:00
- 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`
2019-10-20 20:26:07 +00:00
- 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`
2018-11-16 12:22:59 +00:00
# Version 0.4.0 (2018-11-16)
- Removed MIR support
# Version 0.3.4 (2018-11-08) **yanked**
2018-11-15 12:33:17 +00:00
- Accidentally released with breaking change with the removal of MIR support.