Joel W Kall
Joel W Kall
I've built a simple app using bits of code pieced together from different tutorials. However, I'm having performance issues. Or are the numbers below to be expected on a Core...
When having multiple JsonConverters defined in the Converters property of JsonSerializer, the converter chosen for serialization is the first JsonConverter where CanConvert returns true for the type, regardless of whether...
I can't make basic usage example in the Readme.md compile. The example says: ``` // Initialize text renderer. let mut text = gfx_text::new(factory).build().unwrap(); // In render loop: // Add some...
I'm getting an OpenGL error with some hardware, even though my program runs fine on others. I'm using OpenGL 3.3, MSVC windows version of rust. Windows 10. The error I'm...
The field `output_color` of `PistonWindow` is currently hardcoded as a `RenderTargetView`, which makes it impossible to use together with gfx_text, which is hardcoded to use `Rgba8`. See https://github.com/PistonDevelopers/gfx_text/issues/45. Would it...