molecular
Typedefs | Functions
molecular::gfx::Egl Namespace Reference

Wrapper around EGL functions. More...

Typedefs

typedef void(* ProcAddress) (void)
 

Functions

ProcAddress GetProcAddress (const char *procname)
 

Detailed Description

Wrapper around EGL functions.

Because #including egl.h #includes X11 headers, and those #define all sorts of shit.

Typedef Documentation

typedef void(* molecular::gfx::Egl::ProcAddress) (void)

Function Documentation

ProcAddress molecular::gfx::Egl::GetProcAddress ( const char *  procname)