namespace UnityEditor.ShaderGraph
{
    [GenerationAPI]
    internal enum RenderQueue
    {
        Background,
        Geometry,
        Transparent,
        Overlay,
        AlphaTest
    }
}