← 返回首页
catchup with pygfx, remove checks for pending uploads from tests by kushalkolar · Pull Request #562 · fastplotlib/fastplotlib · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

catchup with pygfx, remove checks for pending uploads from tests#562

Merged
clewis7 merged 1 commit into
mainfrom
remove-pending-uploads-checks
Jul 25, 2024
Merged

catchup with pygfx, remove checks for pending uploads from tests#562
clewis7 merged 1 commit into
mainfrom
remove-pending-uploads-checks

Conversation

Copy link
Copy Markdown
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 requested a review from clewis7 as a code owner July 25, 2024 08:23
clewis7 merged commit 23e8957 into main Jul 25, 2024
kushalkolar deleted the remove-pending-uploads-checks branch July 27, 2024 06:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Footer

© 2026 GitHub, Inc.