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
Metal and Swift uniform structs can get out of sync, which has the potential to create hard to debug issues in the renderer, as memcpy-based conversion between these relies on a compatible memory layout.
Investigate using Swift.Mirrorreflection to generate the corresponding MSL struct from the swift type.
The text was updated successfully, but these errors were encountered:
Metal and Swift uniform structs can get out of sync, which has the potential to create hard to debug issues in the renderer, as memcpy-based conversion between these relies on a compatible memory layout.
Investigate using Swift.Mirror reflection to generate the corresponding MSL struct from the swift type.
The text was updated successfully, but these errors were encountered: