Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement math intrinsics for WGSL (shader-slang#5078)
* Implement math intrinsics for WGSL This commit implements math related intrinsics and a few others for WGSL. The implementation is based on the following doc, https://www.w3.org/TR/WGSL slang-test was looking for the downstream compiler for WGSL even though it is not used. This commit adds a minimal change to avoid the crash.
- Loading branch information