Class EOpenGLError
Unit
Declaration
type EOpenGLError = class(Exception)
Description
OpenGL error. Usually OpenGL error indicates a bug in our code. Invalid uniform types for GLSL uniforms (including in user provided shaders) can also result in this error.
Note: EOpenGLOutOfMemoryError may happen regardless of what we do, and depends on the device.
Hierarchy
- TObject
- Exception
- EOpenGLError
Overview
Fields
ErrorCode: TGLenum; |
Methods
constructor Create(const AErrorCode: TGLenum; const AdditionalComment: string = ''); |
Description
Fields
ErrorCode: TGLenum; |
|
Methods
constructor Create(const AErrorCode: TGLenum; const AdditionalComment: string = ''); |
|
Generated by PasDoc 0.16.0.