I wanted to port my diamond renderer to babylon js, as it supports the latest webgl 2 http://pixotronics.com/
One of the reasons is that with each diamond, I need to send a lot of uniforms, and that has become a bottleneck on webgl 1.
So, is the uniform buffer supported without me worrying much about that, or I need to do anything specific?
Are there examples of its usage?