This commit is contained in:
Rua 2022-11-19 11:32:28 +01:00 committed by GitHub
parent f1b9596152
commit fcb726f499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ Changes to the `sync` module and types:
### Additions
- Added `CpuBufferAllocatorCreateInfo`.
- Allow waiting on `SwapchainAcquireFuture`.
- Implement `IntoIterator` for `Features`, `DeviceExtensions` and `InstanceExtensions`.
### Bugs fixed