glium_text icon indicating copy to clipboard operation
glium_text copied to clipboard

Cannot render with custom DrawParameters

Open JustAPerson opened this issue 10 years ago • 0 comments

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

JustAPerson avatar Jun 13 '15 22:06 JustAPerson