Does HTML5 GLES2 run on iOS and Mac?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Dlean Jeans

I don’t have an iPhone or Mac to test this.
And dunno where to find more information on this.

But AFAIK:

  • GLES3 doesn’t run on my friend’s Mac and iPhone browser.
  • In HTML5, GLES3 is WebGL2 (not supported) and GLES2 is WebGL1 (supported), probably
:bust_in_silhouette: Reply From: eons

Apple devices have really bad GL support, but GLES2 and WebGL1 should work fine, try doing some tests with Godot 3.1 and the new GLES2 backend.

Apple is going to remove all GL support in the future, but by that time we will probably have MoltenVK and WebGPU to use on those devices.