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 order for texture sampling to be able to do mipmapping, it must be
done uniformly across a pixel quad. As such, the discard must come after
all textureSample calls. Note that one can use textureSampleLevel to
remove the requirement for uniformity, but then one has to supply a
specific mip level.
0 commit comments