msiglreith / inspirv-rust

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

Software rasterizer #8

Open msiglreith opened 7 years ago

msiglreith commented 7 years ago

Software rendering could be used as validation tool for testing the emitted SPIR-V code and also in later production stage to check for shader errors and regression. As the inspirv shaders are valid rust code this should be pretty straightfoward, but requiring some Rust backend only functions e.g. creation of interface structs.

Depends on #7