9dfa168dc0
Godot currently guards several OpenGL ES code paths by checking for ANDROID_ENABLED. This commit changes them to the more specific XR_USE_GRAPHICS_API_OPENGL_ES (which is always defined when ANDROID_ENABLED is defined), making it possible to create custom non-Android based engine builds using OpenGL ES.