From eac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf Mon Sep 17 00:00:00 2001 From: karroffel Date: Mon, 4 Dec 2017 13:41:34 +0100 Subject: add GLES 2 renderer for 2D This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned. --- modules/mobile_vr/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py index 4e1155f0c..aa8ef111d 100644 --- a/modules/mobile_vr/config.py +++ b/modules/mobile_vr/config.py @@ -1,6 +1,6 @@ def can_build(platform): # should probably change this to only be true on iOS and Android - return True + return False def configure(env): pass -- cgit v1.3.1