Exemplo n.º 1
0
 public bool Equals(ShaderSetCacheKey other)
 {
     return(VertexName.Equals(other.VertexName) &&
            FragmentName.Equals(other.FragmentName) &&
            Specializations.Span.SequenceEqual(other.Specializations.Span));
 }