JWS C++ Library
C++ language utility library
offscreen.cpp File Reference

Offscreen rendering buffer for X11 or Mac OS X. More...

#include <jwsc++/config.h>
#include <cstdlib>
#include <cassert>
#include <cstring>
#include <sstream>
#include "jwsc++/graphics/offscreen.h"

Go to the source code of this file.


Detailed Description

Offscreen rendering buffer for X11 or Mac OS X.

Author:
Robert Dionne
Joseph Schlecht
License:
Creative Commons BY-NC-SA 3.0

Under X11, pixmap and pbuffer are currently supported. For OS X, CGL pbuffers are supported.

Definition in file offscreen.cpp.