Make tri work on android.
authorMichael Lentine <mlentine@google.com>
Mon, 18 Apr 2016 15:14:32 +0000 (10:14 -0500)
committerTobin Ehlis <tobine@google.com>
Thu, 28 Apr 2016 20:01:42 +0000 (14:01 -0600)
commit8bd272fc362713d13407b53c38cc7babe7f0b5c3
tree56b7046ff6b2357a0155c6ab55a354c0bfd2f664
parent73220adce62af521a952460d909cfdca217612fe
Make tri work on android.
demos/android/AndroidManifest.xml [new file with mode: 0644]
demos/android/include/tri.frag.h [new file with mode: 0644]
demos/android/include/tri.vert.h [new file with mode: 0644]
demos/android/jni/Android.mk [new file with mode: 0644]
demos/android/jni/Application.mk [new file with mode: 0644]
demos/tri.c