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

Wrapper around GLX functions. More...

Typedefs

typedef void(* ProcAddress) (void)
 

Functions

ProcAddress GetProcAddress (const char *procname)
 

Detailed Description

Wrapper around GLX functions.

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

Typedef Documentation

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

Function Documentation

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