The new buffer size could have been non aligned when using the fractional growing heuristic. This non aligned allocation would then trigger an assert at the SSBO constructor. Aligning the alocation size fixes the issue.
The new buffer size could have been non aligned when using the fractional growing heuristic. This non aligned allocation would then trigger an assert at the SSBO constructor. Aligning the alocation size fixes the issue.