Version | 0.2.0 |
---|
OpenGL graphics support.
Typedefs | |
typedef void(* | PuglGlFunc) (void) |
Functions | |
PuglGlFunc | puglGetProcAddress (const char *name) |
const PuglBackend * | puglGlBackend (void) |
typedef void(* PuglGlFunc) (void) |
OpenGL extension function.
PuglGlFunc puglGetProcAddress | ( | const char * | name | ) |
Return the address of an OpenGL extension function.
const PuglBackend* puglGlBackend | ( | void | ) |
OpenGL graphics backend.
Pass the return value to puglSetBackend() to draw to a view with OpenGL.