arsa  2.7
Public Attributes | List of all members
irr::video::SExposedVideoData::SOpenGLWin32 Struct Reference

#include <SExposedVideoData.h>

Public Attributes

voidHDc
 Private GDI Device Context. More...
 
voidHRc
 Permanent Rendering Context. More...
 
voidHWnd
 Window handle. More...
 

Detailed Description

Definition at line 43 of file SExposedVideoData.h.

Member Data Documentation

◆ HDc

void* irr::video::SExposedVideoData::SOpenGLWin32::HDc

Private GDI Device Context.

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

Definition at line 47 of file SExposedVideoData.h.

◆ HRc

void* irr::video::SExposedVideoData::SOpenGLWin32::HRc

Permanent Rendering Context.

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

Definition at line 51 of file SExposedVideoData.h.

◆ HWnd

void* irr::video::SExposedVideoData::SOpenGLWin32::HWnd

Window handle.

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

Definition at line 55 of file SExposedVideoData.h.


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