Version | 0.2.0 |
---|
#include "pugl/pugl.h"
Functions | |
const PuglBackend * | puglStubBackend (void) |
static PuglStatus | puglStubConfigure (PuglView *view) |
static PuglStatus | puglStubCreate (PuglView *view) |
static PuglStatus | puglStubDestroy (PuglView *view) |
static PuglStatus | puglStubEnter (PuglView *view, const PuglEventExpose *expose) |
static PuglStatus | puglStubLeave (PuglView *view, const PuglEventExpose *expose) |
static PuglStatus | puglStubResize (PuglView *view, int width, int height) |
static void * | puglStubGetContext (PuglView *view) |
Stub backend functions and accessor declaration.