11 lines
147 B
C#

using System;
namespace UnityEditor.ShaderGraph.Internal
{
public enum PositionSource
{
Default,
Predisplacement,
}
}