Added raytracing example to cmakelists and android build batches

This commit is contained in:
saschawillems 2016-03-28 11:15:25 +02:00
parent 7777a2a526
commit fb9bbb1ce7
3 changed files with 4 additions and 1 deletions

View file

@ -24,4 +24,5 @@ call _build pushconstants %1
call _build shadowmappingomni %1
call _build sphericalenvmapping %1
call _build radialblur %1
call _build displacement %1
call _build displacement %1
call _build raytracing %1