ROLAND  0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
Macros | Functions
glfuncs.h File Reference
#include "SDL.h"
#include "SDL_opengl.h"
#include "glfunclist.h"

Go to the source code of this file.

Macros

#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;
 

Functions

int init_glfuncs ()
 

Macro Definition Documentation

#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;

Function Documentation

int init_glfuncs ( )

Referenced by VideoGL::init().