A game about forced loneliness, made by TACStudios
1namespace UnityEditor.ShaderGraph 2{ 3 [GenerationAPI] 4 internal struct StructDescriptor 5 { 6 public string name; 7 public bool packFields; 8 public bool populateWithCustomInterpolators; 9 public FieldDescriptor[] fields; 10 } 11}