This commit is contained in:
Rua 2023-05-12 09:53:14 +02:00 committed by GitHub
parent 77fa2bbfcc
commit 33fe0170f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ Changes to error reporting:
- Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.
- Support for the `khr_deferred_host_operations` extension.
- Added `image_view_with_layout(_array)` and `image_view_with_layout_sampler(_array)` constructors to `WriteDescriptorSet`, which let you control the image layouts used for image views bound to a descriptor.
- Added `Surface::from_window[_ref]` and `Surface::required_extensions`. This is now the preferred way of creating a surface, vulkano-win has been deprecated.
### Bugs fixed