You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2025. It is now read-only.
naga rejects (valid) usage of the ldexp built-in function. This happens with both the (scalar float, scalar int) and (vector float, vector int) overloads.
naga compilation error (identical message for vector arguments):
error:
┌─ test.wgsl:3:12
│
3 │ var var0 = ldexp(3.0, 3);
│ ^^^^^^^^^^^^^^ naga::Expression [3]
Entry point compute_main at Compute is invalid:
Expression [3] is invalid
Argument [1] to Ldexp as expression [2] has an invalid type.