kaydaraopengl.h Source File
Go to the documentation of this file. 1 #ifndef _KAYDARA_OPENGL_H_
2 #define _KAYDARA_OPENGL_H_
42 #define CALLBACK __stdcall
43 #define WINAPI __stdcall
44 #define DECLSPEC_IMPORT __declspec(dllimport)
45 #define WINGDIAPI DECLSPEC_IMPORT
46 #define APIENTRY WINAPI
48 #ifndef _WCHAR_T_DEFINED
49 typedef unsigned short wchar_t;
50 #define _WCHAR_T_DEFINED
58 #if defined(__APPLE__)
59 #include <OpenGl/gl.h>
60 #include <OpenGl/glu.h>
68 #define GL_BGR GL_BGR_EXT
71 #define GL_BGRA GL_BGRA_EXT
75 #define GL_ABGR_EXT 0x8000
78 #define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
79 #define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF