From c288083bb3168bbb2440f61fe88a128eaeba7b22 Mon Sep 17 00:00:00 2001 From: misha98857 Date: Tue, 3 Apr 2018 21:54:27 +0400 Subject: [PATCH] fix GLM error fix this problem: "GLM: GLM_GTX_transform is an experimental extension and may change in the future" --- src/anbox/graphics/emugl/Renderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anbox/graphics/emugl/Renderer.cpp b/src/anbox/graphics/emugl/Renderer.cpp index a807131..98d26cc 100644 --- a/src/anbox/graphics/emugl/Renderer.cpp +++ b/src/anbox/graphics/emugl/Renderer.cpp @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +#define GLM_ENABLE_EXPERIMENTAL #include "anbox/graphics/emugl/Renderer.h" #include "anbox/graphics/emugl/DispatchTables.h" #include "anbox/graphics/emugl/RenderThreadInfo.h"