I want to make an efficient rendering of the tile map. However, I have a problem with the lines between the tiles (as I understand it, it is a problem in the inaccuracy of the UV). I found such a thing as 3d texture array(rather 2d?), but I didn't find any explicit mention of it in the SFML.
Which way should I look for information about it? Or is it better to use other ways?