Main Page | Modules | File List | Globals | Related Pages

alleggl.c File Reference

Allegro-OpenGL interfacing. More...

#include <string.h>
#include <stdlib.h>
#include "alleggl.h"
#include "allglint.h"
#include <allegro/internal/aintern.h>
#include <GL/glu.h>

Go to the source code of this file.

Functions

Variables


Detailed Description

Allegro-OpenGL interfacing.

This sorts out having Allegro and the OpenGL library sharing a window, and generally cooperating.

Definition in file alleggl.c.


Variable Documentation

_DRIVER_INFO our_driver_list[] [static]
 

Initial value:

 {






    {GFX_OPENGL, &gfx_allegro_gl_default, FALSE},
    {0, NULL, FALSE}
}

Definition at line 57 of file alleggl.c.

GFX_DRIVER gfx_allegro_gl_default
 

Initial value:

{
   GFX_OPENGL,
   EMPTY_STRING,
   EMPTY_STRING,
   "AllegroGL Default Driver",
   allegro_gl_default_gfx_init,
   NULL,
   NULL,
   NULL,               
   NULL,
   NULL, NULL, NULL,
   NULL,
   NULL,
   NULL, NULL,  
   NULL, NULL,
   NULL, NULL, NULL, NULL,
   NULL,
   NULL, NULL,
   NULL,                       
   0, 0,
   0,
   0, 0,
   0,
   0,
   FALSE                            
}

Definition at line 92 of file alleggl.c.


Generated on Wed Jun 30 23:59:52 2004 for AllegroGL by doxygen 1.3.5