summaryrefslogtreecommitdiffstats
path: root/tests/wgsl/math.slang
Commit message (Collapse)AuthorAge
* Implement math intrinsics for WGSL (#5078)Jay Kwak2024-09-17
* 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.