Isle
Loading...
Searching...
No Matches
Tgl::DeviceDirect3DCreateData Struct Reference

[AI] Contains Direct3D-specific data needed to create a rendering device. More...

#include <tgl.h>

Public Attributes

IDirect3D2 * m_pDirect3D
 [AI] Direct3D interface pointer. [AI] More...
 
IDirect3DDevice2 * m_pDirect3DDevice
 [AI] Direct3D device interface pointer. [AI] More...
 

Detailed Description

[AI] Contains Direct3D-specific data needed to create a rendering device.

[AI]

[AI] Holds pointers to the Direct3D interfaces for device creation. [AI]

Definition at line 97 of file tgl.h.

Member Data Documentation

◆ m_pDirect3D

IDirect3D2* Tgl::DeviceDirect3DCreateData::m_pDirect3D

[AI] Direct3D interface pointer. [AI]

Definition at line 98 of file tgl.h.

◆ m_pDirect3DDevice

IDirect3DDevice2* Tgl::DeviceDirect3DCreateData::m_pDirect3DDevice

[AI] Direct3D device interface pointer. [AI]

Definition at line 99 of file tgl.h.


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