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
During engine development I have faced with different implementations of std::hash on different platforms.
We need to keep hashes consistent because of they can be shared between platforms (in some resources)
Description
During engine development I have faced with different implementations of std::hash on different platforms.
We need to keep hashes consistent because of they can be shared between platforms (in some resources)