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
naga 0.11 (and also wgpu 0.15) now requires you to use const instead of let for defining globals outside of functions, which wgsl-analyzer doesn't seem to currently support.
naga 0.11 (and also wgpu 0.15) now requires you to use
constinstead ofletfor defining globals outside of functions, which wgsl-analyzer doesn't seem to currently support.