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
Improved shader cache hash key to not cause collisions (MonoGame#8557)
Fix for the following issue
MonoGame#8555
I made the key used for the shader program cache use a value tuple so it
can avoid potential hash key collisions.
Also made use of `TryGetValue` so it only has to check the key in the
dictionary once.
0 commit comments