shader output name includes shader type

remotes/1695145649051507776/main
cosmonaut 2023-02-03 15:06:14 -08:00
parent 8eebd9c744
commit 8be8ce1062
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ partial class Program
}
// Create the output blob file
string outputFilepath = Path.Combine(data.outputDir, $"{shaderName}.refresh");
string outputFilepath = Path.Combine(data.outputDir, $"{shaderName}{shaderType}.refresh");
using (FileStream fs = File.Create(outputFilepath))
{
using (BinaryWriter writer = new BinaryWriter(fs))