shame icon indicating copy to clipboard operation
shame copied to clipboard

Add quad operations

Open RayMarch opened this issue 9 months ago • 0 comments

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 QuadOperations containing all the functions as variants
  • [ ] impl TypeCheck for QuadOperations
  • [ ] add shame::any::Any associated functions fo revery quad op
  • [ ] add typed rust frontend for those Any functions.
  • [ ] add documentation to the public rust frontend functions

RayMarch avatar May 04 '25 11:05 RayMarch