Unit CastleGLVersion
Uses
Constants
Description
Checking OpenGL version, vendors and such (GLVersion). These should be initialized by calling GLInformationInitialize, which is done automatically when opening OpenGL context using TCastleWindow or TCastleControl.
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TGenericGLVersion |
OpenGL(ES) library version information. |
Class TGLVersion |
Functions and Procedures
function VendorTypeToStr(const VendorType: TGLVendorType): string; |
Types
TGLVendorType = (...); |
Variables
GLVersion: TGLVersion; |
Description
Functions and Procedures
function VendorTypeToStr(const VendorType: TGLVendorType): string; |
This item has no description. |
Types
TGLVendorType = (...); |
This item has no description. Values
|
Variables
GLVersion: TGLVersion; |
Core OpenGL version information. This is usually created by CastleGLUtils.GLInformationInitialize. |
Generated by PasDoc 0.16.0.