Android support for Vulkan demo scene (#97)

This commit is contained in:
saschawillems 2016-03-23 21:45:43 +01:00
parent 6ee70824e5
commit edf195efb6
9 changed files with 167 additions and 25 deletions

View file

@ -12,8 +12,9 @@ if "%1" == "" (
call build %2
IF EXIST vulkan%1.apk (
if "%2" == "-deploy" (
echo deploying to device
IF EXIST vulkan%1.apk (
adb install -r vulkan%1.apk
adb install -r vulkan%1.apk
)
)
xcopy vulkan%1.apk "..\bin\" /Y