I'm writing a GLSL shader to #version 130 (OpenGL 3.0)
It gives a warning that "global function texture1D is deprecated after version 120"
I've googled but can't find much. If it's deprecated, then what should I be using that provides similar functionality?