shame
shame copied to clipboard
Add quad operations
Wgsl has quad operations now
https://www.w3.org/TR/WGSL/#quad-builtin-functions
we should add them to the shame api
Steps
- [ ] define expr enum
QuadOperationscontaining all the functions as variants - [ ]
impl TypeCheck for QuadOperations - [ ] add
shame::any::Anyassociated functions fo revery quad op - [ ] add typed rust frontend for those
Anyfunctions. - [ ] add documentation to the public rust frontend functions