This release works with the Oculus Mobile SDK 1.7.0 and Google DayDream 1.80.0. It introduces alpha quality support for Vulkan.
To enable the Vulkan renderer use adb shell setprop debug.gearvrf.vulkan 1
. To switch back to the OpenGL renderer use adb shell setprop debug.gearvrf.vulkan 0
.'
Release notes: http://gearvrf.org/about/release_notes/
Dependencies for apps using this release:
ext.gearvrfVersion='4.0.0'
project.ext.jomlVersion = "1.9.1-SNAPSHOT"
dependencies {
compile 'com.google.code.gson:gson:2.7'
compile "org.joml:joml-android:${jomlVersion}"
compile "org.gearvrf:framework:$gearvrfVersion"
compile "org.gearvrf:backend_daydream:$gearvrfVersion"
compile "org.gearvrf:backend_oculus:$gearvrfVersion"
compile 'com.google.vr:sdk-base:1.80.0'
compile "com.google.vr:sdk-controller:1.80.0"
}