You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG_VULKANO.md
+3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@
8
8
-->
9
9
-**Breaking** The `draw` and `draw_indexed` commands on `AutoCommandBufferBuilder` now take parameters to explicitly specify the range of vertices and instances to draw.
10
10
-**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.
11
14
- Vulkano-shaders: added extension/feature checks for more SPIR-V capabilities.
12
15
- Added support for surface creation from a CAMetalLayer using VK_EXT_metal_surface.
13
16
- Bug fixed. Image layout passed to SubImage is now being respected
0 commit comments