KeywordDefinition.cs 151 B

123456789
  1. namespace UnityEditor.ShaderGraph
  2. {
  3. public enum KeywordDefinition
  4. {
  5. ShaderFeature,
  6. MultiCompile,
  7. Predefined
  8. }
  9. }