Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix erroneous used range for buffers in descriptor sets #2303

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Aug 25, 2023

buffer.offset() was being added to the range of buffers when it shouldn't have been, effectively resulting it being added twice. I've added some debug sanity checks so that it doesn't happen again.

@marc0246
Copy link
Contributor

Context: #2212 (comment)

@marc0246
Copy link
Contributor

Awesome, everything works correctly now. Thanks!

@marc0246 marc0246 merged commit c8ad5a4 into vulkano-rs:master Aug 25, 2023
@Rua Rua deleted the buffer-sync-fix branch October 25, 2023 14:24
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
)

* Fix erroneous used range for buffers in descriptor sets

* Fix mistake resulting from an error in the spec that was just fixed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants