Batch Context Creator
Module for generating OpenGL batch contexts
Public Member Functions | Static Public Member Functions
Context Class Reference

Base context class. More...

#include <Context.hpp>

List of all members.

Public Member Functions

virtual bool isValid () const =0
virtual void makeCurrent ()=0
 Make the context current on the active thread.
virtual void swapBuffers ()=0
 Swap the front and back buffers.

Static Public Member Functions

static ContextcreateBatchContext (uint32_t width, uint32_t height, uint8_t color_bits, uint8_t depth_bits, uint8_t stencil_bits, bool double_buffer, bool visible)
 Creates a batch context not associated with any windows.

Detailed Description

Base context class.


The documentation for this class was generated from the following files: