spirv-compiler 0.2.0

Convenience wrapper for shaderc in Rust
Documentation
1
2
3
4
5
6
struct TestStruct {
    float a;
    int b;
    float c;
    int d;
};