port from perforce
This commit is contained in:
9
hgplus/las/framework-dx11-nasm/tools/minify.bat
Normal file
9
hgplus/las/framework-dx11-nasm/tools/minify.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
for %%i in (./gpu/*.glsl) do (
|
||||
echo ----------------
|
||||
echo Minifying %%i
|
||||
echo ----------------
|
||||
shader_minifier-1.1.2 -o ./gpu/%%~ni.mglsl -v --format none --field-names xyzw ./gpu/%%i
|
||||
echo ----------------
|
||||
@echo:
|
||||
)
|
||||
Reference in New Issue
Block a user