Unit CastleGLVersion

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Checking OpenGL version, vendors and such (GLVersion, GLUVersion). These should be initialized by calling GLInformationInitialize, which is done automatically when opening OpenGL context using TCastleWindowCustom or TCastleControlCustom.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TGenericGLVersion OpenGL libraries (core OpenGL or GLU) version information.
Class TGLVersion  

Variables

GLVersion: TGLVersion;
GLUVersion: TGenericGLVersion;

Description

Variables

GLVersion: TGLVersion;

Core OpenGL version information. This is usually created by CastleGLUtils.GLInformationInitialize.

GLUVersion: TGenericGLVersion;

GLU version information. This is usually created by CastleGLUtils.GLInformationInitialize.


Generated by PasDoc 0.13.0 on 2014-10-26 05:15:13