record TExposedVideoData

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TExposedVideoData = record

Description

Structure for holding data describing a driver and operating system specific data.
This data can be retrived by TVideoDriver.GetExposedVideoData. Use this with caution. This only should be used to make it possible to extend the engine easily without modification of its source. Note that this structure does not contain any valid data, if you are using the software or the null device.

Overview

Fields

Driver: Pointer;
Device: Pointer;
HWnd: Pointer;

Description

Fields

Driver: Pointer;

The Direct3D interface / GDI device context.

Device: Pointer;

The Direct3D device interface / permanent rendering context.

HWnd: Pointer;

The OS-dependent handle of the rendering window.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22