dispatch: disable textureLod() when using non-normal samplers
I'm really unhappy with this solution, but I'm also really unhappy with
the alternatives. I'm starting to think that we may actually want to go
back to using texture()
inside shaders and #defining texture
textureLod(..., 0)
Or just stop using textureLod altogether.