#1668 Changelog update

This commit is contained in:
Ilya Lakhin 2021-08-17 01:30:22 +07:00
parent 057aa5b14a
commit 803529320c

View File

@ -9,6 +9,7 @@
- **Breaking** The `draw` and `draw_indexed` commands on `AutoCommandBufferBuilder` now take parameters to explicitly specify the range of vertices and instances to draw.
- **Breaking** `BufferlessDefinition` is removed.
- Vulkano-shaders: added extension/feature checks for more SPIR-V capabilities.
- Added support for surface creation from a CAMetalLayer using VK_EXT_metal_surface.
# Version 0.25.0 (2021-08-10)