renderer: Do not expose atomic counter availability for fragment shader
This makes mesa transform atomic counters into ssbo which can be handled better in OpenGL ES as atomicCounter*ARB operations are not available there.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This makes mesa transform atomic counters into ssbo which can be handled better in OpenGL ES as atomicCounter*ARB operations are not available there.