Pyrogenesis trunk
Macros | Typedefs
eglplatform.h File Reference
#include <KHR/khrplatform.h>
Include dependency graph for eglplatform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EGLAPI   KHRONOS_APICALL
 
#define EGLAPIENTRY   KHRONOS_APIENTRY
 
#define EGLAPIENTRYP   EGLAPIENTRY*
 
#define EGL_CAST(type, value)   ((type) (value))
 

Typedefs

typedef EGLNativeDisplayType NativeDisplayType
 
typedef EGLNativePixmapType NativePixmapType
 
typedef EGLNativeWindowType NativeWindowType
 
typedef khronos_int32_t EGLint
 

Macro Definition Documentation

◆ EGL_CAST

#define EGL_CAST (   type,
  value 
)    ((type) (value))

◆ EGLAPI

#define EGLAPI   KHRONOS_APICALL

◆ EGLAPIENTRY

#define EGLAPIENTRY   KHRONOS_APIENTRY

◆ EGLAPIENTRYP

#define EGLAPIENTRYP   EGLAPIENTRY*

Typedef Documentation

◆ EGLint

◆ NativeDisplayType

typedef EGLNativeDisplayType NativeDisplayType

◆ NativePixmapType

typedef EGLNativePixmapType NativePixmapType

◆ NativeWindowType

typedef EGLNativeWindowType NativeWindowType