Demo application that renders a triangle using Vulkan on the Pixel 3A.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|