My project should greatly benefit from arbitrary / atomic read and write operations in texture from glsl shaders. Expanding the image upload store is what I need. Only problem, my target platform does not support OpenGL 4. Is there an extension for OGL 3 that gives similar results? I mean, atomic read / write operations in a texture or shared buffer are some of the fragment shaders.
source
share