What are the advantages of Open GL over other API's?

devquora
devquora

Posted On: Feb 22, 2018

 

The advantages of OpenGL over other API's are listed below:
  • For drawing calls and state changes, OpenGL has lower CPU overhead than the other API's.
  • There is more detailed documentation for OpenGL while other API's don't have such detailed documentation.
  • OpenGL is more functional than any other API.
  • OpenGL is portable.
  • It is a cross-platform API, i.e. it can be used on various platforms such as- windows, WindowsMac, and some handheld devices.
  • It is more extensible, i.e. new hardware features are exposed quickly.
  • It has a stable interface until some bigger changes are made.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    OpenGL Interview Questions

    Explain rendering pipeline with reference to OpenGL.

    While rendering objects, OpenGL makes use of a sequence of steps and this sequence of steps is known as rendering pipel..

    OpenGL Interview Questions

    What do you mean by the term Rasterization? How is it different from vector graphics?

    The process, in which a primitive individual is broken down into discrete elements called fragments, is known as Raster..

    OpenGL Interview Questions

    Name the major stages of vertex transformation with reference to OpenGL.

    In vertex transformation, the vertices are transformed to their final clip space position in the vertex shader. The var..