Android support for Vulkan demo scene (#97)
This commit is contained in:
parent
6ee70824e5
commit
edf195efb6
9 changed files with 167 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue