mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Changelog was borked
This commit is contained in:
parent
8608063a04
commit
b8a9e94a8e
@ -26,7 +26,7 @@ Changes to command buffers:
|
||||
|
||||
Changes to command buffer allocation:
|
||||
- `CommandBufferAllocator` no longer has any associated types in order to make the trait object-safe.
|
||||
- There is now only the single `CommandBufferAlloc` type to represent allocated command buffers. The `CommandBufferAlloc` and `CommandBufferBuilderAlloc traits and `StandardCommandBufferAlloc` and `StandardCommandBufferBuilderAlloc` types were removed.
|
||||
- There is now only the single `CommandBufferAlloc` type to represent allocated command buffers. The `CommandBufferAlloc` and `CommandBufferBuilderAlloc` traits and `StandardCommandBufferAlloc` and `StandardCommandBufferBuilderAlloc` types were removed.
|
||||
- `CommandBufferAllocator::allocate` now returns a single `CommandBufferAlloc` on success and `Validated<VulkanError>` on failure.
|
||||
- `CommandBufferAllocator` now has a required method `deallocate`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user