Enum ShaderType
Supported shader types
Namespace: UnityEngine.TestTools.Graphics.Shaders
Assembly: UnityEditor.TestTools.Graphics.dll
Syntax
public enum ShaderType
Fields
| Name | Description |
|---|---|
| Cg | Cg shader type |
| Compute | Compute shader type |
| Hlsl | Hlsl shader type |
| RayTracing | RayTracing shader type |
| ShaderGraph | ShaderGraph shader type |
| ShaderLab | ShaderLab shader type |