Skip to content

Vulkan How to

Peter Yoon edited this page Jan 12, 2021 · 12 revisions

Vulkan graphics API

Vulkan HAL is enabled on arpi-11 build.

Entry-point with Android-Studio is on following link. (Use arm64-v8a ABI)

https://developer.android.com/ndk/guides/graphics/getting-started

Prebuilt Example

Followings are built from https://github.com/SaschaWillems/Vulkan (Use abiFilters "arm64-v8a" in build.gradle)

gears_arm64.apk

deferred_arm64.apk

Install with 'adb install .apk' command.

Clone this wiki locally