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
Oh, and about dynamic size stack-allocated arrays: can't you just have a max-sized [i32; 10] that you can allocate on the stack and used that? It doesn't matter how big it is since it's allocated on the stack.
Compiling
libshaderc
google/shaderc might work for better integration.The text was updated successfully, but these errors were encountered: