namespace UnityEditor.Experimental.ShaderTools { public enum ShaderProfile { PixelProgram, ComputeProgram } }