10 lines
140 B
C#
10 lines
140 B
C#
namespace UnityEditor.ShaderGraph
|
|
{
|
|
[GenerationAPI]
|
|
internal enum IncludeLocation
|
|
{
|
|
Pregraph,
|
|
Postgraph
|
|
}
|
|
}
|