Class EGLError
Unit
Neslib.Ooogles
Declaration
type EGLError = class(Exception)
Description
Exception type for OpenGL related errors.
When compiling with the DEBUG conditional define, and assertions enabled (the default configuration for Debug builds), every OpenGL call is checked for errors, and this type of exception is raised when an error occurs.
Hierarchy
Overview
Methods
 |
constructor Create(const AErrorCode: Integer; const AMethod: String); |
Properties
Description
Methods
 |
constructor Create(const AErrorCode: Integer; const AMethod: String); |
|
Properties
 |
property Error: TGLError read FError; |
The OpenGL error that happened.
|
 |
property ErrorMethod: String read FErrorMethod; |
The method in which the error occurred.
|
Generated by PasDocEx, based on PasDoc 0.14.0.
|