This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I write to a SSBO from a fragment shader?

I am not able to write to a SSBO from a fragment shader even though it seems to be bound properly to the opengl context.

Is there anything to take into acount to be able to write to a SSBO from a fragment shader?

According to Graphycs Analyzer the buffer is unmodified.