Typedefs | Functions
OpenGL

Detailed Description

OpenGL graphics support.

Typedefs

typedef void(* PuglGlFunc) (void)
 

Functions

PuglGlFunc puglGetProcAddress (const char *name)
 
const PuglBackendpuglGlBackend (void)
 

Typedef Documentation

◆ PuglGlFunc

typedef void(* PuglGlFunc) (void)

OpenGL extension function.

Function Documentation

◆ puglGetProcAddress()

PuglGlFunc puglGetProcAddress ( const char *  name)

Return the address of an OpenGL extension function.

◆ puglGlBackend()

const PuglBackend* puglGlBackend ( void  )

OpenGL graphics backend.

Pass the return value to puglSetBackend() to draw to a view with OpenGL.