Added example usage to compile_shaders.bat file.

This commit is contained in:
plapins
2016-06-16 10:53:43 +02:00
parent 184b6c39ef
commit 55b350815e

View File

@@ -12,7 +12,8 @@ REM Intel does not assume any responsibility for any errors which may appear in
REM nor any responsibility to update it. REM nor any responsibility to update it.
if [%1] == [] ( if [%1] == [] (
echo No arguments provided! Please specify folder name. echo No arguments provided! Please specify folder number.
echo Example usage: compile_shaders.bat 03
goto end goto end
) )