Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
nirt::video::SExposedVideoData::SOpenGLWin32 Class Reference

Public Attributes

void * HDc
 Private GDI Device Context.
 
void * HRc
 Permanent Rendering Context.
 
void * HWnd
 Window handle.
 

Member Data Documentation

◆ HDc

void* nirt::video::SExposedVideoData::SOpenGLWin32::HDc

Private GDI Device Context.

Get if for example with: HDC h = reinterpret_cast<HDC>(exposedData.OpenGLWin32.HDc)

◆ HRc

void* nirt::video::SExposedVideoData::SOpenGLWin32::HRc

Permanent Rendering Context.

Get if for example with: HGLRC h = reinterpret_cast<HGLRC>(exposedData.OpenGLWin32.HRc)

◆ HWnd

void* nirt::video::SExposedVideoData::SOpenGLWin32::HWnd

Window handle.

Get with for example with: HWND h = reinterpret_cast<HWND>(exposedData.OpenGLWin32.HWnd)


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

Nirtcpp    @cppfx.xyz

Utxcpp    utx::print