OpenGL ES versus OpenGL

后端 未结 13 1512
灰色年华
灰色年华 2020-12-23 02:49

What are the differences between OpenGL ES and OpenGL ?

13条回答
  •  不知归路
    2020-12-23 03:32

    simply telling, opengl is desktop version and opengl es is for embedded systems like cellphones where there are memory and performance constraints more than that of computers. opengl es would be harder to use.

提交回复
热议问题