Class ShaderVariantList.VariantList
A list of shader variants for a specific shader.
Inheritance
ShaderVariantList.VariantList
Implements
Inherited Members
Namespace: UnityEditor.TestTools.Graphics
Assembly: UnityEditor.TestTools.Graphics.dll
Syntax
public class ShaderVariantList.VariantList : Dictionary<(ShaderType shaderType, string passName), HashSet<string>>, IDictionary<(ShaderType shaderType, string passName), HashSet<string>>, ICollection<KeyValuePair<(ShaderType shaderType, string passName), HashSet<string>>>, IReadOnlyDictionary<(ShaderType shaderType, string passName), HashSet<string>>, IReadOnlyCollection<KeyValuePair<(ShaderType shaderType, string passName), HashSet<string>>>, IEnumerable<KeyValuePair<(ShaderType shaderType, string passName), HashSet<string>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable