Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2094 #2104

Merged
merged 2 commits into from Dec 18, 2022
Merged

Fix #2094 #2104

merged 2 commits into from Dec 18, 2022

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Dec 16, 2022

Changelog:

### 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.

Fixes #2094.

@AustinJ235 AustinJ235 merged commit 58b6e69 into vulkano-rs:master Dec 18, 2022
AustinJ235 added a commit that referenced this pull request Dec 18, 2022
@Rua Rua deleted the fix-2094 branch October 25, 2023 14:25
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
* Fix vulkano-rs#2094

* Simplify check slightly
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AutoCommandBufferBuilder.build() panics with debug_assert! failure with ImageLayout::Undefined
2 participants