Android builds (#97)
This commit is contained in:
parent
a09c169505
commit
268d8dbb93
4 changed files with 22 additions and 5 deletions
17
android/build-all.bat
Normal file
17
android/build-all.bat
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
call build-bloom.bat %1
|
||||
call build-computeparticles.bat %1
|
||||
call build-computeshader.bat %1
|
||||
call build-deferred.bat %1
|
||||
call build-displacement.bat %1
|
||||
rem call build-distancefieldfonts.bat
|
||||
call build-mesh.bat %1
|
||||
call build-offscreen.bat %1
|
||||
call build-particlefire.bat %1
|
||||
call build-shadowmapping.bat %1
|
||||
call build-shadowmappingomni.bat %1
|
||||
call build-sphericalenvmapping.bat %1
|
||||
call build-texture.bat %1
|
||||
call build-texturearray.bat %1
|
||||
call build-texturecubemap.bat %1
|
||||
call build-triangle.bat %1
|
||||
call build-vulkanscene.bat %1
|
||||
Loading…
Add table
Add a link
Reference in a new issue