Hello Guest

Difference between UBO-s and SSBO-s

  • 0 Replies
  • 3623 Views
Difference between UBO-s and SSBO-s
« on: August 04, 2020, 18:49:52 »
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?