Struct ShaderVariantList.SerializedComputeShaderVariant
A serialized compute shader variant.
Inherited Members
Namespace: UnityEditor.TestTools.Graphics
Assembly: UnityEditor.TestTools.Graphics.dll
Syntax
[Serializable]
public struct ShaderVariantList.SerializedComputeShaderVariant
Fields
computeShaderName
The name of the compute shader.
Declaration
public string computeShaderName
Field Value
| Type | Description |
|---|---|
| string |
kernelName
The name of the kernel.
Declaration
public string kernelName
Field Value
| Type | Description |
|---|---|
| string |
keywords
The sorted keywords used in the compute shader variant.
Declaration
public string keywords
Field Value
| Type | Description |
|---|---|
| string |