class MASKING_DLL_DECLSPEC GLDriverDRS

Simple OpenGL/AllegroGL driver for use with DRS.

Inheritance:

GLDriverDRS - DRS - DoubleBuffer - ScreenUpdate


Public Methods

[more]void Redraw()
Redraws the dirty rectangles and flips the buffers


Documentation

Simple OpenGL/AllegroGL driver for use with DRS. This driver is the prefered method of using OpenGL with MASkinG. It is most suitable for applications that use OpenGL in a small viewport of some sort (e.g. 3D editors) as well as for full screen OpenGL programs such as 3D games that require a bit of GUI. It may not be quite as fast as the normal GLDriver but it comes pretty close and it allows you to use all Allegro gfx routines without problems alongside fully accelerated OpenGL.

Note: With the DRS driver in some cases transparent edges of windows and other GUI elements may not work. Solution needed!

ovoid Redraw()
Redraws the dirty rectangles and flips the buffers


This class has no child classes.

Alphabetic index Hierarchy of classes


Back to front page   |   page generated with DOC++