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

Stagger texture uploads across multiple consecutive frames #7451

Open
tmpsantos opened this issue Oct 19, 2018 · 0 comments
Open

Stagger texture uploads across multiple consecutive frames #7451

tmpsantos opened this issue Oct 19, 2018 · 0 comments
Assignees
Labels
performance ⚡ Speed, stability, CPU usage, memory usage, or power usage

Comments

@tmpsantos
Copy link
Contributor

On a big map, specially on high resolution screen,uploading textures might take a lot of time, specially for rendering the first frame. This will cause frame drops.

One strategy for mitigating the issue would be not upload all the textures at one and postpone some for the next frame. We would need to set a hard limit on how many textures we upload per frame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance ⚡ Speed, stability, CPU usage, memory usage, or power usage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants