forked from BilalY/Rasagar
10 lines
131 B
C#
10 lines
131 B
C#
|
namespace UnityEditor.ShaderGraph
|
||
|
{
|
||
|
[GenerationAPI]
|
||
|
internal enum KeywordScope
|
||
|
{
|
||
|
Local,
|
||
|
Global
|
||
|
}
|
||
|
}
|