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
When passing `spirv-ext=,`, SPVExt will contain empty strings.
Calling `front` on an empty string is undefined behavior, so first
ensure that the string is not empty.
0 commit comments