The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

–2 votes

My question is generally, what are the pros and cons of GLES2 and GLES3 in the current day and age? Everything from performance (where GLES3 should lead) to device support (which GLES2 should lead, but how far behind is GLES3?).

I can't seem to find something like https://caniuse.com/ that shows how well supported GLES3 is across various devices as compared to GLES2, and so to be careful I'm making all my projects GLES2 only. As far as I know though, I'm holding myself back from quite a few things (shaders and particles are the ones I've specifically noticed).

But if I were to choose GLES3 what would happen? Is GLES2 used if GLES3 isn't supported? Would my Particles2D convert to CPUParticles2D automatically or would I have to make a GLES2 and a GLES3 build of my game (or maybe have my particles in a scene that has both a Particles2D and a CPUParticles2D and I'd switch which to use based on the GLES version).

Any other information people could provide on the effective differences between GLES2 and GLES3, how they approach the topic for their own games, and etc... it would be greatly appreciated!

in Engine by (97 points)

If anyone has feedback on the question rather than downvotes, it'd be very helpful. Still very curious for an answer. Not sure if this is a situation where opinions / anecdotes are the answer instead of some straight answer to a question, and so people don't prefer it.

If that's the case I'd just want to know whether there's a better place to ask this sort of question. I still think there can be some solid answers to this question though, for example if anyone were to know of a site like caniuse but for game graphics.

1 Answer

0 votes
by (16 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.