Fix lava-extras-pack to always search for the glsl validator
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 15
− 20
@@ -9,9 +9,7 @@
@@ -43,7 +41,6 @@ OpenVRHmd::OpenVRHmd() {
@@ -62,7 +59,8 @@ std::vector<const char *> OpenVRHmd::deviceExtensions() {
@@ -73,12 +71,9 @@ std::vector<const char *> OpenVRHmd::deviceExtensions() {
@@ -136,7 +131,7 @@ void OpenVRHmd::submitDistortedEye(uint32_t index, const SharedImage &image) {
@@ -144,8 +139,8 @@ void OpenVRHmd::submitDistortedEye(uint32_t index, const SharedImage &image) {
@@ -183,20 +178,20 @@ glm::mat4x4 OpenVRHmd::getCombinedEyeViewMatrix(uint32_t i) const {
\ No newline at end of file