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
Should we limit the maximum value that @align will accept?
For backends like GLSL we need to insert padding members into the structure in order to fill out the alignment, when a user does something like @align(738197508) that can take a while to generate the giant GLSL shader.
If so, what's a good value for that limit? 16k, 32k?