-Many GLES2 optimizations

-Android export fixes (use ETC if GLES2 backend in use)
-revert to thekla atlas because xatlas is not working well
This commit is contained in:
Juan Linietsky
2018-09-30 23:10:18 -03:00
parent 80d6bb7193
commit c24277a520
6 changed files with 185 additions and 44 deletions

View File

@ -1,5 +1,6 @@
def can_build(env, platform):
return (env['tools'] and platform not in ["android", "ios"])
return False #xatlas is buggy
#return (env['tools'] and platform not in ["android", "ios"])
def configure(env):
pass