コード例 #1
0
 public ShaderMixinParsingResult()
 {
     EntryPoints = new Dictionary <ShaderStage, string>();
     HashSources = new HashSourceCollection();
 }
コード例 #2
0
 public ShaderMixinParsingResult()
 {
     EntryPoints = new Dictionary<ShaderStage, string>();
     HashSources = new HashSourceCollection();
 }