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