12 releases
0.1.11 | Aug 30, 2024 |
---|---|
0.1.10 | Feb 13, 2024 |
0.1.9 | Mar 17, 2021 |
0.1.8 | Feb 1, 2021 |
0.1.2 | Apr 30, 2020 |
#103 in Graphics APIs
11,836 downloads per month
Used in 3 crates
(via zng-webrender)
4MB
83K
SLoC
glslopt-rs
Rust bindings to glsl-optimizer.
Updating glsl-optimizer
To update the version of glsl-optimizer, update the git submodule:
git submodule update --remote glsl-optimizer
Then, if required, regenerate the bindings:
cargo install bindgen
bindgen wrapper.hpp -o src/bindings.rs
Then commit the changes.