Skip to content

Commit

Permalink
Update shaderpkg.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
ascpixi authored Aug 30, 2023
1 parent 77fdd0a commit 169115d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaderpkg.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
"./tools/shader_minifier.exe" -o compressed.glsl --format text --smoothstep --aggressive-inlining %1
"./tools/shader_minifier.exe" -o minified.glsl --format text --smoothstep --aggressive-inlining %1
"./src/ShaderCompressor/bin/x64/Release/ShaderCompressor.exe" minified.glsl compressed.txt

0 comments on commit 169115d

Please sign in to comment.