Skip to content

Commit ab01ae7

Browse files
committed
#1671 Changelog update
1 parent 874e502 commit ab01ae7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG_VULKANO.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
-->
99
- **Breaking** The `draw` and `draw_indexed` commands on `AutoCommandBufferBuilder` now take parameters to explicitly specify the range of vertices and instances to draw.
1010
- **Breaking** `BufferlessDefinition` is removed.
11+
- **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.
12+
- **Breaking** Removed the vertex definition type parameter from `GraphicsPipeline`, which is no longer needed with the change above.
13+
- **Breaking** The `ComputePipelineAbstract` and `GraphicsPipelineAbstract` traits are no longer needed and have been removed, with their methods made available on the base `ComputePipeline` and `GraphicsPipeline` types.
1114
- Vulkano-shaders: added extension/feature checks for more SPIR-V capabilities.
1215
- Added support for surface creation from a CAMetalLayer using VK_EXT_metal_surface.
1316
- Bug fixed. Image layout passed to SubImage is now being respected

0 commit comments

Comments
 (0)