comparison src/video/photon/SDL_ph_video.h @ 266:c6abdda2f666

Added QNX cleanups by Mike Gorchak (thanks!)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 18 Jan 2002 18:14:03 +0000
parents e8157fcb3114
children f6ffac90895c
comparison
equal deleted inserted replaced
265:35d9c8a5aa10 266:c6abdda2f666
48 48
49 #include "Ph.h" 49 #include "Ph.h"
50 #include "Pt.h" 50 #include "Pt.h"
51 #include <photon/Pg.h> 51 #include <photon/Pg.h>
52 #include <photon/PdDirect.h> 52 #include <photon/PdDirect.h>
53 #include <photon/PdGL.h>
53 54
54 /* Hidden "this" pointer for the video functions */ 55 /* Hidden "this" pointer for the video functions */
55 #define _THIS SDL_VideoDevice *this 56 #define _THIS SDL_VideoDevice *this
57
58 #define PH_OGL_MAX_ATTRIBS 32
56 59
57 typedef union vidptr{ 60 typedef union vidptr{
58 uint8_t *volatile ptr8; 61 uint8_t *volatile ptr8;
59 uint16_t *volatile ptr16; 62 uint16_t *volatile ptr16;
60 uint32_t *volatile ptr32; 63 uint32_t *volatile ptr32;