google / shaderc-rs

Rust bindings for the shaderc library.
https://docs.rs/shaderc
Apache License 2.0
261 stars 64 forks source link

Derive `Debug` for `Compiler` #125

Closed chubei-oppen closed 2 years ago

chubei-oppen commented 2 years ago

So client structs holding Compiler can derive Debug.

chubei-oppen commented 2 years ago

Not sure why build failed. Rebased and force pushed the commit. Do you mind to rerun the workflows?