mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-28 21:10:29 +00:00
00dfc9c8eb
Note that gl_InstanceID is not supported in OpenGL ES 2.0, so in the gles2 backend we assign it to 0. Also clean up some duplicates/commented out code. Fixes #20088.