Dzmitry Malyshau
Dzmitry Malyshau
Now that rusttype got [gpu caching](https://www.reddit.com/r/rust/comments/4b3umx/rusttype_02_now_with_dynamic_gpu_font_caching/), it is twice as important to have some glue to it in order to encapsulate all the boiler plate. RustType has an example with...
I just tried it and I see two rust logos - it works as expected here.
Do you have some local override for gfx-rs? Perhaps, you could provide an `apitrace` capture for me to look.
Could someone else also verify that it works (or it doesn't)? It'd be strange if this thing only worked for GL-3.2
I've yet to see the hardware that doesn't support `sRGB`. Do you have a test case? Asking because https://github.com/PistonDevelopers/piston_window/issues/139 doesn't look like one. I don't know why it fails though.
You'd need to create a different `Sampler` for a different filtering mode, so `SamplerInfo` is immutable by design. For binding, a `TextureParam = (handle::Texture, Option)`, so you can mix and...
Head's up! The issue was created before LL transition. If you are to submit a PR (that would be great!), it needs to go towards `pre-ll` branch (assuming you need...
Dupe of #206?
Thanks @bvssvni this explains it. I'm still not a fan of using "fake" output though.