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 the texture usage, SAMPLED merely means that a shader can read from the texture. It doesn't actually mean that the shader can use it with a sampler (which is another meaning for "sampled").