gecko-dev/third_party/rust/glslopt
Jamie Nicol 0211cf8e50 Bug 1661045 - Update glslopt to fix build on OpenBSD. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D88254
2020-08-26 14:13:11 +00:00
..
glsl-optimizer Bug 1659066 - Update glslopt-rs to 0.1.6. r=jnicol 2020-08-22 22:48:34 +00:00
src
.cargo-checksum.json Bug 1661045 - Update glslopt to fix build on OpenBSD. r=lsalzman 2020-08-26 14:13:11 +00:00
Cargo.toml Bug 1661045 - Update glslopt to fix build on OpenBSD. r=lsalzman 2020-08-26 14:13:11 +00:00
README.md Bug 1637148 - Update glslopt to fix intermittent build error. r=lsalzman 2020-07-29 15:12:38 +00:00
build.rs Bug 1661045 - Update glslopt to fix build on OpenBSD. r=lsalzman 2020-08-26 14:13:11 +00:00
wrapper.hpp

README.md

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.