-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Angle backend selection, add initial iOS Angle support. #87028
base: master
Are you sure you want to change the base?
Conversation
Update: Got it working with both ANGLE and native GL. |
Great job. I've somehow managed to make it work. It was quite tricky because ios export don't work to me in this version. So I've used another exported project and just replaced the godot library. Anyway I tried 3D platformer example - https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer
|
2D platformer example works - https://github.com/godotengine/godot-demo-projects/tree/master/2d/platformer |
This is because GPU timing readouts are broken on mobile, at least when using the Compatibility rendering method. They only tend to work reliably on desktop platforms. The GPU is being used, otherwise you wouldn't see anything on screen 🙂 |
Depends on godotengine/godot-angle-static#3 (include workaround for massive leaks on macOS and iOS build config).