updated hlsl 6.0 build task

This commit is contained in:
turanszkij
2018-02-23 16:37:08 +00:00
parent 965298a87b
commit 3a3548ebee
17 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -25,7 +25,7 @@ for shader in root.iter(namespace + "FxCompile"):
print profile + ": " + name
file.write("dxccompiler\dxc " + name + " -T ")
file.write("..\shadercompilers\dxc " + name + " -T ")
if profile == "Vertex":
file.write("vs")