This commit is contained in:
Rua 2023-03-02 22:15:50 +01:00 committed by GitHub
parent 2781d898fd
commit 2f7c4e94e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ Changes to memory allocation:
- Implemented `From<SampleCount>` for `u32`.
- Added `BufferAllocateInfo`.
- Added documentation to the `shader` module to explain the layout of buffers, push constants and other data accessed by shaders.
- The macros `single_pass_renderpass!` and `ordered_passes_renderpass!` now allow trailing commas in various places.
### Bugs fixed
- [#2094](https://github.com/vulkano-rs/vulkano/issues/2094): Fixed debug assertion when the first command in a command buffer that uses an image expects it to be in the `Undefined` layout.