public bool HasFlagsAny(params string[] flags)
 {
     return(TCP2_ShaderGeneratorUtils.HasAnyEntries(this.Flags, flags));
 }
 public bool HasFeaturesAny(params string[] features)
 {
     return(TCP2_ShaderGeneratorUtils.HasAnyEntries(this.Features, features));
 }