hecrj / wgpu_glyph

A fast text renderer for wgpu (https://github.com/gfx-rs/wgpu)
https://docs.rs/wgpu_glyph
MIT License
450 stars 78 forks source link

repeatedly blinks #68

Open ElhamAryanpur opened 3 years ago

ElhamAryanpur commented 3 years ago

Hello!

The glyph is working super awesome, except when rendering, it blink repeatedly... the library that I'm working on that uses it is this.

I thought at first it's a problem on my side, and I tried limiting FPS, debugged by rechecking everything from examples, and did anything I for optimization, but still couldn't save the blinking problem...

I'm using latest Rust, on Windows x64 latest version

ElhamAryanpur commented 3 years ago

Need I remind, the rest of engine works fine without any problem... just the glyph is blinking...