shader output name includes shader type
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8eebd9c744
commit
8be8ce1062
|
@ -186,7 +186,7 @@ partial class Program
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create the output blob file
|
// 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 (FileStream fs = File.Create(outputFilepath))
|
||||||
{
|
{
|
||||||
using (BinaryWriter writer = new BinaryWriter(fs))
|
using (BinaryWriter writer = new BinaryWriter(fs))
|
||||||
|
|
Loading…
Reference in New Issue