This commit is contained in:
Rua 2022-07-31 11:55:50 +02:00 committed by GitHub
parent 77e59002de
commit 847ab583f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
- **Breaking** Changes to Vulkano-util: - **Breaking** Changes to Vulkano-util:
- Required instance extensions for surface creation aren't added until `VulkanoContext` is created. - Required instance extensions for surface creation aren't added until `VulkanoContext` is created.
- The `instance`, `device`, `graphics_queue` and `compute_queue` methods of `VulkanoContext` now return a reference instead of an owned `Arc`. - The `instance`, `device`, `graphics_queue` and `compute_queue` methods of `VulkanoContext` now return a reference instead of an owned `Arc`.
- **Breaking** Merged `ImmutableBuffer` into `DeviceLocalBuffer`.
# Version 0.30.0 (2022-07-20) # Version 0.30.0 (2022-07-20)