Class EOpenGLError
Unit
CastleGLUtils
Declaration
type EOpenGLError = class(Exception)
Description
OpenGL error. Usually OpenGL error indicates a bug in our code (or shader code, depending on TUniformNotFoundAction and TUniformTypeMismatchAction; by default, they do not cause errors). Except the EOpenGLOutOfMemoryError, which may happen regardless of what we do, and depends on the device.
Hierarchy
- TObject
- Exception
- EOpenGLError
Overview
Fields
Methods
 |
constructor Create(const AErrorCode: TGLenum; const AdditionalComment: string = ''); |
Description
Fields
Methods
 |
constructor Create(const AErrorCode: TGLenum; const AdditionalComment: string = ''); |
|
Generated by PasDoc 0.16.0.