This avoid stack overflow on GCC because types were getting too large (70 bytes for a float4) and created a lot of static memory for UBOs declarations.
This avoid stack overflow on GCC because types were getting too large (70 bytes for a float4) and created a lot of static memory for UBOs declarations.