Added compute N-Body Android build files

This commit is contained in:
saschawillems 2016-11-27 13:44:10 +01:00
parent 7f1c8c516b
commit fda21f96c9
8 changed files with 116 additions and 1 deletions

View file

@ -25,7 +25,7 @@
#define ENABLE_VALIDATION false
#if defined(__ANDROID__)
// Lower particle count on Android for performance reasons
#define PARTICLES_PER_ATTRACTOR 2 * 1024
#define PARTICLES_PER_ATTRACTOR 3 * 1024
#else
#define PARTICLES_PER_ATTRACTOR 4 * 1024
#endif