Added Android build files for indirect draw example
This commit is contained in:
parent
f564e0b47e
commit
3dea031e2c
2 changed files with 3 additions and 1 deletions
|
|
@ -32,4 +32,5 @@ call _build textoverlay %1
|
|||
call _build debugmarker %1
|
||||
call _build scenerendering %1
|
||||
call _build terraintessellation %1
|
||||
call _build deferredshadows %1
|
||||
call _build deferredshadows %1
|
||||
call _build indirectdraw %1
|
||||
|
|
@ -40,6 +40,7 @@ adb uninstall de.saschawillems.vulkanDebugmarker
|
|||
adb uninstall de.saschawillems.vulkanScenerendering
|
||||
adb uninstall de.saschawillems.vulkanTerraintessellation
|
||||
adb uninstall de.saschawillems.vulkanDeferredshadows
|
||||
adb uninstall de.saschawillems.vulkanIndirectdraw
|
||||
goto finish
|
||||
|
||||
:exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue