#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 |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.5