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

add support for MSAA #72

Closed konall closed 1 year ago

konall commented 3 years ago

For my use case I required the wgpu_glyph pipeline to be MSAA compatible; it introduces breaking changes and may not be worth the trouble so feel absolutely free to dismiss this, just thought I'd leave it here in case it's of any use!

Thanks very much for putting this library together!

hecrj commented 1 year ago

Superseded by #91.