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

[AI] Contains DirectDraw-specific params for creating a rendering device. More...

#include <tgl.h>

Public Attributes

const GUID * m_driverGUID
 [AI] GUID of the DirectDraw driver to use. [AI] More...
 
HWND m_hWnd
 [AI] Window handle for display output. [AI] More...
 
IDirectDraw * m_pDirectDraw
 [AI] DirectDraw interface pointer. [AI] More...
 
IDirectDrawSurface * m_pFrontBuffer
 [AI] Primary output surface. [AI] More...
 
IDirectDrawSurface * m_pBackBuffer
 [AI] Secondary (offscreen) buffer for flipping/rendering. [AI] More...
 

Detailed Description

[AI] Contains DirectDraw-specific params for creating a rendering device.

[AI]

[AI] Holds pointers to DirectDraw interfaces, buffers, and windowing info. [AI]

Definition at line 107 of file tgl.h.

Member Data Documentation

◆ m_driverGUID

const GUID* Tgl::DeviceDirectDrawCreateData::m_driverGUID

[AI] GUID of the DirectDraw driver to use. [AI]

Definition at line 108 of file tgl.h.

◆ m_hWnd

HWND Tgl::DeviceDirectDrawCreateData::m_hWnd

[AI] Window handle for display output. [AI]

Definition at line 109 of file tgl.h.

◆ m_pBackBuffer

IDirectDrawSurface* Tgl::DeviceDirectDrawCreateData::m_pBackBuffer

[AI] Secondary (offscreen) buffer for flipping/rendering. [AI]

Definition at line 112 of file tgl.h.

◆ m_pDirectDraw

IDirectDraw* Tgl::DeviceDirectDrawCreateData::m_pDirectDraw

[AI] DirectDraw interface pointer. [AI]

Definition at line 110 of file tgl.h.

◆ m_pFrontBuffer

IDirectDrawSurface* Tgl::DeviceDirectDrawCreateData::m_pFrontBuffer

[AI] Primary output surface. [AI]

Definition at line 111 of file tgl.h.


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