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
Currently the texture methods are dropped into the global namespace. They feel like they should move behind an import and you'd then do something like:
import "textures.wgsl.1" as tex;
tex::texture_load(...);