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

No support for resolve_target? #99

Open AndriBaal opened 1 year ago

AndriBaal commented 1 year ago

Although you can provide a multisample_state for your Font, I don't see any use of this when you are unable to pass a resolve_target to the wgpu::RenderPass created by wgpu_glyph. The resolve_target is needed to apply the changes from the multisample view to the actual texture, as just parsing the multisample view alone does practically nothing.