Class EGLError

DescriptionHierarchyFieldsMethodsProperties

Unit

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

  • Exception
  • EGLError

Overview

Methods

Public constructor Create(const AErrorCode: Integer; const AMethod: String);

Properties

Public property Error: TGLError read FError;
Public property ErrorMethod: String read FErrorMethod;

Description

Methods

Public constructor Create(const AErrorCode: Integer; const AMethod: String);
 

Properties

Public property Error: TGLError read FError;

The OpenGL error that happened.

Public property ErrorMethod: String read FErrorMethod;

The method in which the error occurred.


Generated by PasDocEx, based on PasDoc 0.14.0.