OpenGL ES versus OpenGL

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

What are the differences between OpenGL ES and OpenGL ?

13条回答
  •  一向
    一向 (楼主)
    2020-12-23 03:29

    OpenGL is 2D and 3D graphics API bringing thousands of applications to a wide variety of computer platform.

    OpenGL ES is well-defined subsets of desktop OpenGL.

    OpenGL® ES is a royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles. It consists of well-defined subsets of desktop OpenGL, ...

    See this link.

    P.S.

    WebGL shares specification with OpenGL ES, i.e. if you have learned desktop OpenGL, it is simple to learn the others(OpenGL ES, WebGL).

提交回复
热议问题