#include "SDL.h"
#include "SDL_opengl.h"
#include "glfunclist.h"
Go to the source code of this file.
|
#define | GL_FUNC(ret, func, params) typedef ret (APIENTRY * ptr##func) params; |
|
#define | GL_FUNC_OPTIONAL(ret, func, params) typedef ret (APIENTRY * ptr##func) params; |
|
#define | GL_FUNC(ret, func, params) extern ptr##func o##func; |
|
#define | GL_FUNC_OPTIONAL(ret, func, params) extern ptr##func o##func; |
|
#define GL_FUNC |
( |
|
ret, |
|
|
|
func, |
|
|
|
params |
|
) |
| typedef ret (APIENTRY * ptr##func) params; |
#define GL_FUNC |
( |
|
ret, |
|
|
|
func, |
|
|
|
params |
|
) |
| extern ptr##func o##func; |
#define GL_FUNC_OPTIONAL |
( |
|
ret, |
|
|
|
func, |
|
|
|
params |
|
) |
| typedef ret (APIENTRY * ptr##func) params; |
#define GL_FUNC_OPTIONAL |
( |
|
ret, |
|
|
|
func, |
|
|
|
params |
|
) |
| extern ptr##func o##func; |