This is a sure way to load the vulkan driver. Make a script like this:
#!/gearlock/bin/bash
/* For Intel use this. */
gearprop hw.vulkan=android-x86
/* For Radeon use this. */
gearprop hw.vulkan=radv
Install the script to this directory: /data/ghome/gearboot/init
Give it permission to execute and reboot.
Best regards
Ryan Johnson
#!/gearlock/bin/bash
/* For Intel use this. */
gearprop hw.vulkan=android-x86
/* For Radeon use this. */
gearprop hw.vulkan=radv
Install the script to this directory: /data/ghome/gearboot/init
Give it permission to execute and reboot.
Best regards
Ryan Johnson