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
In practice this is not very much of a problem because TypeScript is extremely lax about readonly enforcement and allows implicit conversion from readonly to writable in a lot of cases. I'm not even aware of warnings or lint options that make it stricter.
This way if an application holds a readonly type it can pass it into WebGPU without having to cast it to writable.
The text was updated successfully, but these errors were encountered: