Demo application that renders a triangle using Vulkan on the Pixel 3A.
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678 |
- APP_OPTIM := debug
- #APP_ABI := armeabi-v7a
- APP_ABI := arm64-v8a
- APP_STL := c++_static
- APP_CPPFLAGS := -frtti -fexceptions -std=c++14
- APP_PLATFORM := android-24
- APP_BUILD_SCRIPT := Android.mk
- NDK_TOOLCHAIN_VERSION := clang
|