How to know the existing pixel value of the framebuffer
I am trying to make a heatmap and in my Fragment shader i want to know the existing color value of the pixel on which the shader will write.
I am trying to make a heatmap and in my Fragment shader i want to know the existing color value of the pixel on which the shader will write.