#1625 Changelog update

This commit is contained in:
Ilya Lakhin 2021-06-28 16:09:13 +07:00
parent aee11063d4
commit 1554a75a2f

View File

@ -27,6 +27,8 @@
- Re-exported `descriptor_set::pool::StdDescriptorPool`.
- `descriptor_set::{DescriptorWrite, UnsafeDescriptorSet}` > `descriptor_set::sys`.
- `descriptor_set::collection` is now private.
- **Breaking** `Features::superset_of` is renamed to `is_superset_of`.
- Added `is_superset_of` method to `DeviceExtensions` and `InstanceExtensions`.
- Examples now enable only the features they need instead of all of them.
- Examples have much smarter device selection logic. In the triangle example this is supplied with comments.
- Errors checking(by unwrapping) in `MappedDeviceMemory::read_write`.