Pull in driver updates for smooth follow and virtual display automatic recentering support (#13)
This commit is contained in:
parent
f173f361a5
commit
29b26e6290
|
|
@ -1,10 +1,10 @@
|
|||
[submodule "vulkan/modules/vkBasalt"]
|
||||
path = vulkan/modules/vkBasalt
|
||||
url = git@github.com:wheaney/vkBasalt.git
|
||||
url = https://github.com/wheaney/vkBasalt.git
|
||||
branch = runtime_uniforms
|
||||
[submodule "vulkan/modules/sombrero"]
|
||||
path = vulkan/modules/sombrero
|
||||
url = git@github.com:wheaney/sombrero.git
|
||||
url = https://github.com/wheaney/sombrero.git
|
||||
[submodule "modules/xrealAirLinuxDriver"]
|
||||
path = modules/xrealAirLinuxDriver
|
||||
url = git@github.com:wheaney/xrealAirLinuxDriver.git
|
||||
url = https://github.com/wheaney/XRLinuxDriver.git
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5d074de7456d1fce2e5aa49293dc04bc34e3195b
|
||||
Subproject commit 88286bf88eab50a26f92438ed35e017f0235911c
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
effects = virtual_display:sideview
|
||||
effects = sideview:virtual_display
|
||||
|
||||
virtual_display = /path/to/virtual_display
|
||||
sideview = /path/to/sideview
|
||||
|
|
|
|||
Loading…
Reference in New Issue