vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
//! IR to target code lowering.
//!
//! Each backend implements lowering from `ir::Program` to its target shader
//! language. The `wgsl` module is the reference lowering.

/// Reference lowering from IR to WGSL compute shaders.
pub mod wgsl;