Crates.io | glslopt |
lib.rs | glslopt |
version | 0.1.11 |
source | src |
created_at | 2020-04-07 13:27:33.455382 |
updated_at | 2024-08-30 11:58:54.564571 |
description | Optimizes GLSL shader code |
homepage | |
repository | https://github.com/jamienicol/glslopt-rs |
max_upload_size | |
id | 227269 |
size | 6,673,846 |
Rust bindings to 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.