forked from MoonsideGames/Refresh
shader output name includes shader type
parent
8eebd9c744
commit
8be8ce1062
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue