Class TGenericGLVersion

Unit

Declaration

type TGenericGLVersion = class(TObject)

Description

OpenGL(ES) library version information. Determined looking at information from glGetString(GL_VERSION), glGetString(GL_VENDOR) and such.

User code should never create instances of this class. Only use the singleton GLVersion, already initialized for you.

Internally, this should be always created by GLInformationInitialize.

Source: base_rendering/castleglversion.pas (line 40).

Hierarchy

  • TObject
  • TGenericGLVersion

Generated by PasDoc 0.17.0.snapshot.