[wgsl-in] Missing built-in integer function implementations #1824
Labels
area: back-end
Outputs of shader conversion
area: front-end
Input formats for conversion
area: middle
Intermediate representation
Milestone
Hi - not sure if this is already known and on a to-do list somewhere, but while working on a WGSL fuzzing project I noticed naga has no implementation for a couple of built-in integer functions (https://gpuweb.github.io/gpuweb/wgsl/#integer-builtin-functions):
code example (analogous for countTrailingZeros):
resultant error from attempting to compile with naga:
The text was updated successfully, but these errors were encountered: