Are these concepts one and the same? I've seen them used in multiple contexts.
+1
A:
Some links for you:
http://www.extremetech.com/article2/0,2845,1155163,00.asp
http://blogs.msdn.com/shawnhar/archive/2009/09/08/texture-filtering.aspx
Trickster
2009-10-25 18:37:51
+2
A:
Texture sampling is the act of retrieving data from a texture. Texture filtering is the algorithm by which a pixel or group of pixels within the texture are fetched (and possibly combined) in order to produce the result of a sampling of a texture.
Clay Fowler
2009-10-25 19:16:52