Texture sampling NEAREST in P2D render

Within glsl, you can use texelFetch() to read non-filtered data from a single pixel. Does that match what you are trying to do?