SDL  2.0
SDL_mirdyn.h File Reference
#include "../../SDL_internal.h"
#include <EGL/egl.h>
#include <mir_toolkit/mir_client_library.h>
#include <xkbcommon/xkbcommon.h>
#include "SDL_mirsym.h"
+ Include dependency graph for SDL_mirdyn.h:

Go to the source code of this file.

Macros

#define SDL_MIR_SYM(rc, fn, params)
 
#define SDL_MIR_SYM_CONST(type, name)
 

Functions

int SDL_MIR_LoadSymbols (void)
 
void SDL_MIR_UnloadSymbols (void)
 

Macro Definition Documentation

◆ SDL_MIR_SYM

#define SDL_MIR_SYM (   rc,
  fn,
  params 
)
Value:
typedef rc (*SDL_DYNMIRFN_##fn) params; \
extern SDL_DYNMIRFN_##fn MIR_##fn;
const GLfloat * params

Definition at line 39 of file SDL_mirdyn.h.

◆ SDL_MIR_SYM_CONST

#define SDL_MIR_SYM_CONST (   type,
  name 
)
Value:
typedef type SDL_DYMMIRCONST_##name; \
extern SDL_DYMMIRCONST_##name MIR_##name;
GLuint const GLchar * name
GLuint GLuint GLsizei GLenum type
Definition: SDL_opengl.h:1571

Definition at line 42 of file SDL_mirdyn.h.

Function Documentation

◆ SDL_MIR_LoadSymbols()

int SDL_MIR_LoadSymbols ( void  )

◆ SDL_MIR_UnloadSymbols()

void SDL_MIR_UnloadSymbols ( void  )