diff options
author | karroffel <therzog@mail.de> | 2017-12-04 13:41:34 +0100 |
---|---|---|
committer | karroffel <therzog@mail.de> | 2018-03-01 15:12:30 +0100 |
commit | eac4c984dfe5eebb73b094aaf2ed5ab37b6e8fdf (patch) | |
tree | bdd2fc1a9a678422b37513a83f9bd842de532145 /modules/mobile_vr | |
parent | 7f3024d343aa1b14641ad5a7b56efaa1501550cf (diff) |
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.
Diffstat (limited to 'modules/mobile_vr')
-rw-r--r-- | modules/mobile_vr/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mobile_vr/config.py b/modules/mobile_vr/config.py index 4e1155f0c6..aa8ef111d3 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 |