Ubiquitous Extension

From OpenGL Wiki
(Redirected from Ubiquitous Extensions)
Jump to navigation Jump to search

A Ubiquitous Extension is an extension that exposes a feature that is not core OpenGL in any version, yet is so widely available that you should have no problems with expecting any OpenGL implementation written in the last 8+ years or more to implement it.

Note: This is not an official concept, nor is this an official list. This is a de-facto state of being for certain very commonly used extensions.

List of ubiquitous extensions[edit]

Reason for ubiquity[edit]

Extensions achieve this unusual status because they have not been adopted into the core, yet the functionality remains widely supported. The reasons for this are varied, but they can be boiled down to one or more of the following:

  • Oversight. The OpenGL ARB is an organization with finite resources and time. If an extension is implemented by all major implementations, and has been for years, the ARB is less likely to go through the effort of fully adopting it into the core while more important work remains.
  • IP issues. OpenGL is, as the name implies, Open to some degree. Specifically, OpenGL should be implementable by all, without patent or other intellectual property claims. Some features simply cannot be adopted into the core of OpenGL due to patent claims.