home *** CD-ROM | disk | FTP | other *** search
- /* definitions for MESA_GL.LDG
- Revision 1.0 1999/02/24 Olivier Landemarre
- Initial revision
- */
-
-
- #ifndef OSMESALDG_H
- #define OSMESALDG_H
-
- #include "gl_ldg.h"
- /*
- * Values for the format parameter of OSMesaCreateLDG()
- * Mesa_gl.ldg version 0.8 (Mesa 2.6)
- */
- #define OSMESA_COLOR_INDEX GL_COLOR_INDEX
- #define OSMESA_RGBA GL_RGBA
- #define OSMESA_BGRA 0x1
- #define OSMESA_ARGB 0x2
- #define OSMESA_RGB GL_RGB
- #define OSMESA_BGR 0x4
- #define VDI_RGB 0xFL
-
- #endif