msiglreith / inspirv-rust

Rust (MIR) → SPIR-V (Shader) compiler
Other
57 stars 1 forks source link

Provide Rust support for core/std #7

Open msiglreith opened 7 years ago

msiglreith commented 7 years ago

The movitation is to be able to compile a shader program also using the standard Rust compiler, allowing easy support for software renderer. This requires to implement all intrinsic functions with a Rust backend.