Skip to content

Conversation

kushalkolar
Copy link
Member

after pygfx/pygfx#795 Buffer._gfx_pending_uploads no longer exists. There are new methods Buffer.update_full() and Buffer.update_indices() which we can make use of instead of us having to check these ourselves.

One purpose of our test was to make sure that indices chosen to be uploaded correctly mapped to a range and it seems like we don't have to worry about this anymore, thanks @almarklein ! 😄

We should change our BufferManagers to make use of the new buffer upload options! :D

@kushalkolar kushalkolar requested a review from clewis7 as a code owner July 25, 2024 08:23
@clewis7 clewis7 merged commit 23e8957 into main Jul 25, 2024
10 checks passed
@kushalkolar kushalkolar deleted the remove-pending-uploads-checks branch July 27, 2024 06:42
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