Copy base shaders for Android builds

This commit is contained in:
saschawillems 2016-05-15 13:22:37 +02:00
parent 4aaf45d06b
commit b34de6be7f
32 changed files with 127 additions and 2 deletions

View file

@ -4,6 +4,10 @@ if %ERRORLEVEL% EQU 0 (
echo ndk-build has failed, build cancelled
cd..
mkdir "assets\shaders\base"
xcopy "..\..\data\shaders\base\*.spv" "assets\shaders\base" /Y
mkdir "assets\shaders\texturearray"
xcopy "..\..\data\shaders\texturearray\*.spv" "assets\shaders\texturearray" /Y