This commit is contained in:
Rua 2023-10-24 18:14:29 +02:00 committed by GitHub
parent b972244b78
commit 3ee8ba8483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,9 @@ Changes to memory allocation:
Changes to descriptor set allocation:
- `StandardDescriptorSetAllocator` now takes a `StandardDescriptorSetAllocatorCreateInfo` parameter.
Changes to command buffer allocation:
- `StandardCommandBufferAllocatorCreateInfo::secondary_buffer_count` now defaults to 0.
Changes to synchronization primitives:
- `Event::signaled` is renamed to `is_signaled`, to match the method on `Fence`.
- The `set_raw` and `reset_raw` methods of `Event` are removed.