Filtering mode for texture
Linear filtering will try to smooth out textures
Point filtering will try to preserve pixel edges. Due to texture sampling being float based this is imprecise.
See Implementation
Filtering mode for texture