mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
#2151 changelog
This commit is contained in:
parent
2781d898fd
commit
2f7c4e94e2
@ -82,6 +82,7 @@ Changes to memory allocation:
|
|||||||
- Implemented `From<SampleCount>` for `u32`.
|
- Implemented `From<SampleCount>` for `u32`.
|
||||||
- Added `BufferAllocateInfo`.
|
- Added `BufferAllocateInfo`.
|
||||||
- Added documentation to the `shader` module to explain the layout of buffers, push constants and other data accessed by shaders.
|
- 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
|
### 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.
|
- [#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.
|
||||||
|
Loading…
Reference in New Issue
Block a user