mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-16 17:12:29 +00:00
Changelog update for 0.26
This commit is contained in:
parent
baef23e1f8
commit
14f7ad57ac
@ -6,6 +6,9 @@
|
||||
description. They will be transferred to this file right after the
|
||||
Pull Request merge.
|
||||
-->
|
||||
|
||||
# Version 0.26.0 (2021-10-2)
|
||||
|
||||
- **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.
|
||||
- **Breaking** The `VertexSource` trait is removed, and has been replaced with the new `VertexBuffersCollection` trait, which works analogously to `DescriptorSetsCollection`. Vertex buffers can now be passed in as a tuple, just like descriptor sets.
|
||||
|
Loading…
Reference in New Issue
Block a user