vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
//! WGSL sources and predicates for compiler primitives.

mod wgsl_backend;

pub(crate) use wgsl_backend::wgsl_backend;