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

use a shared object with multiple length keys to store regl buffers #155

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

bmschmidt
Copy link
Collaborator

@bmschmidt bmschmidt commented Oct 1, 2024

I used to use multiple buffers, one for each tile, to store regl information; it makes more sense to just have a single pool shared by all resources. This requires various refactors.

Copy link
Collaborator Author

bmschmidt commented Oct 1, 2024

@bmschmidt bmschmidt mentioned this pull request Oct 1, 2024
@bmschmidt bmschmidt marked this pull request as ready for review October 2, 2024 02:56
Copy link
Contributor

@RLesser RLesser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator Author

bmschmidt commented Oct 11, 2024

Merge activity

  • Oct 10, 9:29 PM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Oct 10, 9:29 PM EDT: A user merged this pull request with Graphite.

@bmschmidt bmschmidt merged commit 549198c into main Oct 11, 2024
2 checks passed
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