Let's enable android vulkan on VIM3

adb root
adb disable-verity
adb reboot
  • remount system as read-write
adb root
adb remount
  • install the android vulkan driver
cp /vendor/lib64/egl/libGLES_mali.so /vendor/lib64/hw/vulkan.yukawa.so
  • now you have a working vulkan api for VIM3

the related chinese article

I wonder if our android rom could install vulkan driver by default, so we do not need to hack the vendor files. Thanks.

3 Likes

Hi

is there a way to use vulkan in linux on vim3 pro? do you have a solution?

Thanks in advance