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

Start with a larger glyph cache size from the get go #337

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

therealprof
Copy link
Contributor

This eliminates the startup warning

2022-03-12T13:07:34.975288Z WARN wgpu_glyph: Increasing glyph texture size (256, 256) -> (512, 512). Consider building with `.initial_cache_size((512, 512))` to avoid resizing

Signed-off-by: Daniel Egger daniel@eggers-club.de

This eliminates the startup warning

```2022-03-12T13:07:34.975288Z  WARN wgpu_glyph: Increasing glyph texture size (256, 256) -> (512, 512). Consider building with `.initial_cache_size((512, 512))` to avoid resizing```

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
Copy link
Owner

@hannobraun hannobraun left a comment

Choose a reason for hiding this comment

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

Thank you, @therealprof

@hannobraun hannobraun merged commit 643f39a into hannobraun:main Mar 14, 2022
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