Struct ShaderVariantList.SerializedComputeShaderVariant
Inherited Members
Namespace: UnityEditor.TestTools.Graphics
Syntax
[Serializable]
public struct SerializedComputeShaderVariant
Fields
computeShaderName
Declaration
public string computeShaderName
Field Value
Type | Description |
---|---|
String |
kernelName
Declaration
public string kernelName
Field Value
Type | Description |
---|---|
String |
keywords
Declaration
public List<string> keywords
Field Value
Type | Description |
---|---|
List<String> |