Struct ShaderVariantList.SerializedShaderVariant
Inherited Members
Namespace: UnityEditor.TestTools.Graphics
Syntax
[Serializable]
public struct 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 |