Instanced drawing with OpenGL ES 2.0 on iOS

落爺英雄遲暮 提交于 2019-12-03 19:07:24

From here:

Instanced drawing is available in the core OpenGL ES 3.0 API and in OpenGL ES 2.0 through the EXT_draw_instanced and EXT_instanced_arrays extensions.

You can see that it's available on all of their GPUs, PowerVR SGX, Apple A7, A8.

(Looks like @Shammi's not coming back... if they do, you can change the accepted answer :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!