spirv-to-dxil-rs/README.md
2023-02-04 17:01:22 -05:00

1.1 KiB

spirv-to-dxil-rs

Safe Rust bindings to spirv-to-dxil.

Latest Version Docs License

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.8 or later is required to run the build script.

A script to clone a minimal subset of Mesa required to build spirv-to-dxil has been provided.

$ ./clone-mesa.sh
$ cargo build