vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
use crate::ir::Expr;

pub fn input_byte() -> Expr {
    Expr::bitand(Expr::load("input", Expr::var("pos")), Expr::u32(0xff))
}