IVT
|
#include <GLContext.h>
Public Member Functions | |
CGLContext () | |
~CGLContext () | |
bool | CreateContext (int width, int height, void *shareContext=0) |
void | DeleteContext () |
void | MakeCurrent () |
void | DoneCurrent () |
bool | GetImage (CByteImage *pImage) |
Definition at line 81 of file GLContext.h.
CGLContext::CGLContext | ( | ) |
CGLContext::~CGLContext | ( | ) |
bool CGLContext::CreateContext | ( | int | width, |
int | height, | ||
void * | shareContext = 0 |
||
) |
void CGLContext::DeleteContext | ( | ) |
void CGLContext::DoneCurrent | ( | ) |
bool CGLContext::GetImage | ( | CByteImage * | pImage | ) |
void CGLContext::MakeCurrent | ( | ) |