Struct ShaderVariantList.SerializedShaderVariant
Inherited Members
Namespace: UnityEditor.TestTools.Graphics
Assembly: solution.dll
Syntax
[Serializable]
public struct ShaderVariantList.SerializedShaderVariant
Fields
keywords
Declaration
public List<string> keywords
Field Value
Type | Description |
---|---|
List<string> |
passName
Declaration
public string passName
Field Value
Type | Description |
---|---|
string |
shaderName
Declaration
public string shaderName
Field Value
Type | Description |
---|---|
string |
stage
Declaration
public ShaderType stage
Field Value
Type | Description |
---|---|
ShaderType |