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

rust/wgpu-mc/src/render/atlas.rs:allocate is called too often #49

Closed
schitcrafter opened this issue Dec 23, 2022 · 1 comment
Closed

Comments

@schitcrafter
Copy link
Contributor

Allocate should be called with an iterator, to reduce the number of times it gets called. Currently, it gets called too often, probably resulting in an unnecessary slowdown.

@birbe
Copy link
Collaborator

birbe commented Jan 16, 2023

not sure if this still happens or not

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

No branches or pull requests

2 participants