Temp fix for NZSL update
This commit is contained in:
@@ -26,7 +26,7 @@ task("compile-shaders")
|
||||
print("Compiling shaders...")
|
||||
for _, filepath in pairs(os.files("src/Nazara/*/Resources/**.nzsl")) do
|
||||
print(" - Compiling " .. filepath)
|
||||
local argv = {"--compile=nzslb", "--partial", "--header-file", filepath }
|
||||
local argv = {"--compile=nzslb-header", "--partial", filepath }
|
||||
if option.get("measure") then
|
||||
table.insert(argv, "--measure")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user