You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some or even all platforms UBOs allow more data than plain uniforms do (we looked it up and I think it was typically something like three times as much but I'm not sure anymore) but sadly ES 2 doesn't support UBOs - so we will have to output two shaders to provide backwards compatibility.
The text was updated successfully, but these errors were encountered:
On some or even all platforms UBOs allow more data than plain uniforms do (we looked it up and I think it was typically something like three times as much but I'm not sure anymore) but sadly ES 2 doesn't support UBOs - so we will have to output two shaders to provide backwards compatibility.
The text was updated successfully, but these errors were encountered: