namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum StructFieldOptions
Static = 0,
Optional = 1 << 0,
Generated = 1 << 1
}