DisableBatching.cs
namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum DisableBatching
{
True,
False,
LODFading
}
}
namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum DisableBatching
{
True,
False,
LODFading
}
}