MaikKlein / rlsl

Rust to SPIR-V compiler
Apache License 2.0
557 stars 14 forks source link

Wrap spirv-val and spirv-opt #58

Open MaikKlein opened 6 years ago

MaikKlein commented 6 years ago

spirv-val seems to have a c interface so this should be fairly straight forward. But we might need to expose a small c interface for the optimizer, I am not sure how much of c++ rust-bindgen can translate.