Request host coherent memory types for index and vertex staging buffers (Fixes #203), example uses own getMemoryTypeIndex function for clarification, enabled exceptions for Android build

This commit is contained in:
saschawillems 2016-07-18 20:32:25 +02:00
parent cd13e69622
commit 574287f210
2 changed files with 35 additions and 8 deletions

View file

@ -2,4 +2,5 @@ APP_PLATFORM := android-19
APP_ABI := armeabi-v7a
APP_STL := c++_static
APP_CPPFLAGS := -std=c++11
APP_CPPFLAGS += -fexceptions
NDK_TOOLCHAIN_VERSION := clang