This commit is contained in:
Austin Johnson 2022-09-11 17:51:58 -05:00 committed by GitHub
parent f82d13af44
commit 38784627f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@
- Most clippy warnings and errors have been fixed, and the remainder is explicitly allowed in each crate root. Some of these may be re-enabled in the future if desired.
- Warnings for dead code and unused variables have been re-enabled and fixed.
- Added support for importing `OpaqueWin32` / `OpaqueWin32Kmt` memory handles.
- Added two missing functions for querying about sparse images: `PhysicalDevice::sparse_image_format_properties` and `UnsafeImage::sparse_memory_requirements`.
# Version 0.30.0 (2022-07-20)