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

Tidy up mappings when buffer map commands fail to execute #552

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Conversation

kpet
Copy link
Owner

@kpet kpet commented Jun 20, 2023

Buffer mappings are created at command creation time. When the command fails execution, either directly or because its dependencies failed, the mapping needs to be destroyed.

Caught by the Vulkan validation layers.

Change-Id: I53eef3c4bc4c7f4c5f94ade39b16bde558e9da2c

Buffer mappings are created at command creation time. When the command
fails execution, either directly or because its dependencies failed,
the mapping needs to be destroyed.

Caught by the Vulkan validation layers.

Change-Id: I53eef3c4bc4c7f4c5f94ade39b16bde558e9da2c
Signed-off-by: Kévin Petit <[email protected]>
@kpet
Copy link
Owner Author

kpet commented Jun 20, 2023

Image mapping seems to suffer from similar issues. deferring to #553.

@kpet kpet merged commit 9ff592c into main Jun 21, 2023
@kpet kpet deleted the map-failure branch June 21, 2023 06:44
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.

2 participants