Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
Public Attributes | |
void * | HDc |
Private GDI Device Context. | |
void * | HRc |
Permanent Rendering Context. | |
void * | HWnd |
Window handle. | |
void* nirt::video::SExposedVideoData::SOpenGLWin32::HDc |
Private GDI Device Context.
Get if for example with: HDC h = reinterpret_cast<HDC>(exposedData.OpenGLWin32.HDc)
void* nirt::video::SExposedVideoData::SOpenGLWin32::HRc |
Permanent Rendering Context.
Get if for example with: HGLRC h = reinterpret_cast<HGLRC>(exposedData.OpenGLWin32.HRc)
void* nirt::video::SExposedVideoData::SOpenGLWin32::HWnd |
Window handle.
Get with for example with: HWND h = reinterpret_cast<HWND>(exposedData.OpenGLWin32.HWnd)