forked from mirrors/gecko-dev
Import the improvements made in mp4parse-rust repo. The changes would save some redundant copy when calling avif related APIs and provide the ability to get the alpha data of the parsed avif image. Differential Revision: https://phabricator.services.mozilla.com/D98950 |
||
|---|---|---|
| .. | ||
| glsl-optimizer | ||
| src | ||
| .cargo-checksum.json | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||
| wrapper.hpp | ||
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.