uniform sampler2DRect sceneTexture; uniform sampler2DRect intensityMapTexture; void main(void) { gl_FragColor = texture2DRect(intensityMapTexture, gl_FragCoord); }