glium icon indicating copy to clipboard operation
glium copied to clipboard

Safe OpenGL wrapper for the Rust language.

Results 142 glium issues
Sort by recently updated
recently updated
newest added

I generate a texture with texture::SrgbTexture2d::new() and want to access the 1x1 mipmap to get the average color value of the image. However, I don't know how to do this....

When my program, sometimes it works, and sometimes it crashes with this error ``` [xcb] Unknown sequence number while processing queue [xcb] Most likely this is a multi-threaded client and...

When compiling and running a simple program that draws a single triangle to the screen, glium throws this error, complaining about something to do with invalid qualifiers: glium has triggered...

Hey everyone, I was looking into using large arrays in a uniform block (for some voxel data), but I'm running into an issue. I'm trying to implement a block containing...

When uploading a decoded image to a pixel buffer, sometimes the lines contain a stride. That is, the lines are bigger than the image lines, for performance reasons (alignment). So...

Hi, I want to render a `128x128` canvas into a window of a possibly different size, how can I do this?

You can set the texture parameters with the `glTexParameteri()` function, but I cant find a replacement for it in glium anywhere. It seems like the textures are set to be...

Windows 10 x64 (though I've noticed this in the past on Linux) nVidia GeForce GTX 1060 6GB nVidia Driver version 460.79 Using OpenGL 3.3 Core context How to reproduce: replace...

- [ ] Correct transform feedback handling (transform feedback 3) - [ ] Indexed transform feedback queries - [ ] Image load store (#361) - [ ] Atomic counters -...

T-discussion