-
The macro implement_buffer_content! contains the following code:
```rust
#[inline]
fn is_size_suitable(size: usize) -> bool {
use std::mem;
let fake_ptr: &$struct_name = unsafe { mem:…
-
There are some `.collect::()` in there...
-
I've created a simple app that renders long scrollable images grid with some animations and I'm really excited by performance of this library: on my laptop I got about 1500 FPS using glow backend. But…
-
[Rust-opencl](https://github.com/luqmana/rust-opencl) has nifty high-level OpenCL bindings. High-level glium-cl interop would be a really cool thing to have eventually - use the type system to ensure …
-
When using a pipeline with a geometry shader, and said geometry shader takes a different input primitive type than was supplied to it, it'll cause the following crash:
``` text
Debug message with hig…
-
When working with `gfx_device_gl` (maybe `glium` too?), the GL function pointers are initialized twice
1. On window creation, using `gl::` namespace
2. On `gfx_device_gl::create()`, using the internal…
kvark updated
7 years ago
-
[src/conv.rs](https://github.com/rustgd/cgmath/blob/master/src/conv.rs#L8) has `` ` ` ` `` instead of ```` ``` ```` in four places which causes the documentation to misrendered. A quick search through…
-
OS: 10.11.4
Rustc: 1.8.0
Cargo: 0.10.0
Cloning the current repo:
```
matthew_backup@Mr-Pro ~/D/S/R/glium> cargo test
Running target/debug/attrs-7d286c08045b4dab
running 51 tests
CoreAnimation:…
-
I was trying different backends to get one to work on a Raspberry Pi. With a bit of coercing, I managed to get the GFX example to partially work.
The issue I am having is two-fold:
Firstly using t…
-
When running the example `all_winit_glium` (on Linux) from the [examples page](http://docs.piston.rs/conrod/conrod/guide/chapter_2/index.html#running-the-conrod-examples), the window opens normally an…