Difference between UBO-s and SSBO-s

Started by CDnoMlqko, August 04, 2020, 18:49:52

Previous topic - Next topic

CDnoMlqko

Is there any difference between a uniform buffer object (UBO) and a shader storage buffer object (SSBO) in terms of how and when they are used? When should I choose one over the other?