OpenGL ES versus OpenGL

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

What are the differences between OpenGL ES and OpenGL ?

13条回答
  •  离开以前
    2020-12-23 03:11

    Review the OpenGL ES overview here: http://www.khronos.org/opengles/

    In short, ES is a subset of Open GL for "embedded systems". Specific differences will depend on the versions and feature sets you're comparing.

提交回复
热议问题