Unit GLPanel

/////////////////////////////////////////////////////////////////////// Industrial Software Solutions 4205 Hideaway Arlington, Texas 76017 Mitchell E. James May 18, 1996 mjames@cyberhighway.net http://www.cyberhighway.net/~mjames/ note: When running under the Delphi 2.0 debugger the Windows GL subsystem errors out randomly. note: The Windows GL subsystem seems to work fine running Delphi GL executables. note: I haven't been running with a palette. Not sure if that works.

Classes

TGLPanel -

Functions

Register -

Types

TPFDFlag
TPFDFlags
TPFDLayerType
TPFDLayerTypes
TPFDPixelType
TPFDPixelTypes

Constants

Variables


Functions


procedure Register;


Types


TPFDFlag = (GLf_DOUBLEBUFFER, GLf_STEREO, GLf_DRAW_TO_WINDOW,
                GLf_DRAW_TO_BITMAP, GLf_SUPPORT_GDI, GLf_SUPPORT_OPENGL,
                GLf_GENERIC_FORMAT, GLf_NEED_PALETTE, GLf_NEED_SYSTEM_PALETTE,
                GLf_SWAP_EXCHANGE, GLf_SWAP_COPY);
PIXELFORMATDESCRIPTOR flags
TPFDFlags      = set of TPFDFlag

TPFDLayerType = (GLL_MAIN_PLANE, GLL_OVERLAY_PLANE, GLL_UNDERLAY_PLANE);

TPFDLayerTypes = set of TPFDLayerType

TPFDPixelType = (GLp_TYPE_RGBA, GLp_TYPE_COLORINDEX);

TPFDPixelTypes = set of TPFDPixelType

Constants


Variables