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:
parent
cd13e69622
commit
574287f210
2 changed files with 35 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue