tomaka / glium_text

Text rendering with glium
48 stars 35 forks source link

Cannot render with custom DrawParameters #5

Open JustAPerson opened 9 years ago

JustAPerson commented 9 years ago

glium_text::draw() uses Default::default() to instantiate new DrawParameters on every call. This seems both inefficient and very inflexible.