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
at the moment, most WGSL builtins are only tested in compute stages. We can probably skip testing most of them but atomicXXX, storageBarrier, textureBarrier and similar, if they can be used in a non-compute stage, should probably be tested in those stages if they are not currently.
at the moment, most WGSL builtins are only tested in compute stages. We can probably skip testing most of them but
atomicXXX
,storageBarrier
,textureBarrier
and similar, if they can be used in a non-compute stage, should probably be tested in those stages if they are not currently.@dneto0
The text was updated successfully, but these errors were encountered: