forked from BilalY/Rasagar
13 lines
194 B
C#
13 lines
194 B
C#
|
namespace UnityEditor.ShaderGraph
|
||
|
{
|
||
|
[GenerationAPI]
|
||
|
internal enum RenderQueue
|
||
|
{
|
||
|
Background,
|
||
|
Geometry,
|
||
|
Transparent,
|
||
|
Overlay,
|
||
|
AlphaTest
|
||
|
}
|
||
|
}
|