Android build files for texture mip map generation example

This commit is contained in:
saschawillems 2016-08-15 16:49:40 +02:00
parent dad0a4d661
commit b4ee6e31d9
7 changed files with 118 additions and 1 deletions

View file

@ -33,4 +33,5 @@ call _build debugmarker %1
call _build scenerendering %1
call _build terraintessellation %1
call _build deferredshadows %1
call _build indirectdraw %1
call _build indirectdraw %1
call _build texturemipmapgen %1