| version 1.5 | | version 1.6 |
|---|
| | |
| * Definitions for graphics lib. | | * Definitions for graphics lib. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.6 1999/09/24 05:47:01 donut |
| | | * added sizing (and padding) of ogl textures up to next multiple of 2, so they don't get mangled |
| | | * |
| * Revision 1.5 1999/09/24 03:37:29 donut | | * Revision 1.5 1999/09/24 03:37:29 donut |
| * preliminary GLX fullscreen support | | * preliminary GLX fullscreen support |
| * | | * |
| | |
| #endif | | #endif |
| #ifdef OGL | | #ifdef OGL |
| int gltexture; | | int gltexture; |
| | | float glu,glv; |
| #endif | | #endif |
| } grs_bitmap; | | } grs_bitmap; |
| | | |