spirv-to-dxil-rs/README.md
2023-02-04 02:32:40 -05:00

833 B

spirv-to-dxil-rs

Safe Rust bindings to spirv-to-dxil.

Building

spirv-to-dxil-rs builds a copy of spirv-to-dxil statically from Mesa. Many of the build requirements are the same as needed to build Mesa.

Lex and Yacc are not required. Additionally, CMake 3.6 or later is required to run the build script.

$ git submodule update --init --progress --depth=1
$ cargo build