-
So that, for example, we only declare uniforms once.
-
Currently, the wrap mode when rendering with textures is not specified.
- Glium docs https://docs.rs/glium/0.15.0/glium/uniforms/enum.SamplerWrapFunction.html
-
When running in debug mode, I get
```
thread 'main' panicked at 'assertion failed: backend.is_current()', /Users/olojkine/.cargo/registry/src/github.com-1ecc6299db9ec823/glium-0.23.0/src/context/m…
-
Hi, I have a question about using [named interface blocks](https://www.khronos.org/opengl/wiki/Interface_Block_(GLSL)) in Glium.
What I mean by that is GLSL syntax like this:
```glsl
layout(std14…
jjant updated
1 month ago
-
Submitting frames to the OpenVR compositor seems to somehow break texturing when using OpenGL via `glium`. This might be an issue with `glium`, but I figured that people who use `openvr` are more like…
-
[The example for loading fonts in ImGui](https://github.com/imgui-rs/imgui-rs/blob/master/imgui-examples/examples/multiple_fonts.rs) is only provided for `imgui_glium_renderer`. The example uses a met…
-
Hi,
I tried running the examples but cannot compile.
rustc 1.66.0 (69f9c33d7 2022-12-12)
I cloned your repo, cd in implot-examples, and at first clance, `line_plot` is not present.
`error: no…
-
There's a lot more output on the command line beforehand. The application window opens and then closes immediately. Maybe it's using a bad gl version? Not that I know what gl is.
```
...
Pa_Start…
-
Hi, the current examples in the examples folder are imo much too complicated.
- They involve boilerplates (cf. `/support`).
- They seem to not really work as stand-alone code (by which I mean a se…
-
Ahoj,
### Short:
Build fails with
```
error[E0432]: unresolved imports `crate::app::ImageStorage`, `crate::app::ImageType`
```
and subsequent errors (E0061, E0277, E0308, E0432, E0433, E…