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

#include <SExposedVideoData.h>

Public Attributes

IDirect3D9 * D3D9
 Pointer to the IDirect3D9 interface. More...
 
IDirect3DDevice9 * D3DDev9
 Pointer to the IDirect3DDevice9 interface. More...
 
voidHWnd
 Window handle. More...
 

Detailed Description

Definition at line 30 of file SExposedVideoData.h.

Member Data Documentation

◆ D3D9

IDirect3D9* irr::video::SExposedVideoData::SD3D9::D3D9

Pointer to the IDirect3D9 interface.

Definition at line 33 of file SExposedVideoData.h.

◆ D3DDev9

IDirect3DDevice9* irr::video::SExposedVideoData::SD3D9::D3DDev9

Pointer to the IDirect3DDevice9 interface.

Definition at line 36 of file SExposedVideoData.h.

◆ HWnd

void* irr::video::SExposedVideoData::SD3D9::HWnd

Window handle.

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

Definition at line 40 of file SExposedVideoData.h.


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