public ShaderMixinParsingResult()
 {
     EntryPoints = new Dictionary <ShaderStage, string>();
     HashSources = new HashSourceCollection();
 }
 public ShaderMixinParsingResult()
 {
     EntryPoints = new Dictionary<ShaderStage, string>();
     HashSources = new HashSourceCollection();
 }