#include <OpenGLDevice.h>
Public Member Functions | |
| OpenGLDevice (HDC &deviceContext, int stencil=0) | |
| OpenGLDevice (HWND &window, int stencil=0) | |
| OpenGLDevice () | |
| bool | create (HDC &deviceContext, int stencil=0) |
| bool | create (HWND &window, int stencil=0) |
| void | destroy () |
| void | makeCurrent (bool disableOther=true) |
| virtual | ~OpenGLDevice () |
Protected Member Functions | |
| bool | setDCPixelFormat (HDC &deviceContext, int stencil) |
Protected Attributes | |
| HGLRC | renderContext |
| HDC | deviceContext |
| OpenGLDevice::OpenGLDevice | ( | HDC & | deviceContext, | |
| int | stencil = 0 | |||
| ) |
| OpenGLDevice::OpenGLDevice | ( | HWND & | window, | |
| int | stencil = 0 | |||
| ) |
| OpenGLDevice::OpenGLDevice | ( | ) |
| OpenGLDevice::~OpenGLDevice | ( | ) | [virtual] |
| bool OpenGLDevice::create | ( | HDC & | deviceContext, | |
| int | stencil = 0 | |||
| ) |
| bool OpenGLDevice::create | ( | HWND & | window, | |
| int | stencil = 0 | |||
| ) |
| void OpenGLDevice::destroy | ( | ) |
| void OpenGLDevice::makeCurrent | ( | bool | disableOther = true |
) |
| bool OpenGLDevice::setDCPixelFormat | ( | HDC & | deviceContext, | |
| int | stencil | |||
| ) | [protected] |
HGLRC OpenGLDevice::renderContext [protected] |
HDC OpenGLDevice::deviceContext [protected] |
1.5.1-p1