Copy base shaders for Android builds
This commit is contained in:
parent
4aaf45d06b
commit
b34de6be7f
32 changed files with 127 additions and 2 deletions
|
|
@ -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\parallax"
|
||||
xcopy "..\..\data\shaders\parallax\*.spv" "assets\shaders\parallax" /Y
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue