namespace UnityEditor.ShaderGraph.Internal { enum Precision { Inherit, Single, Half, } public enum ConcretePrecision { Single, Half, } }