From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/struct_video_device_info.html | 343 +++++++++++++++++++++++++ 1 file changed, 343 insertions(+) create mode 100644 Doc/doxygen/html/struct_video_device_info.html (limited to 'Doc/doxygen/html/struct_video_device_info.html') diff --git a/Doc/doxygen/html/struct_video_device_info.html b/Doc/doxygen/html/struct_video_device_info.html new file mode 100644 index 0000000..fd8ab3b --- /dev/null +++ b/Doc/doxygen/html/struct_video_device_info.html @@ -0,0 +1,343 @@ + + + + + +Starshatter_Open: VideoDeviceInfo Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
VideoDeviceInfo Struct Reference
+
+
+ +

#include <VideoSettings.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 VideoDeviceInfo ()
 ~VideoDeviceInfo ()
+ + + + + + + + + + + + +

+Public Attributes

int vertex_processing
int depth_buffer_bits
int adapter_index
int device_index
DWORD device_type
DWORD depth_stencil_format
DWORD back_buffer_format
DWORD multisample_type
DWORD multisample_qual
char adapter_desc [128]
char device_desc [128]
+

Detailed Description

+
+

Definition at line 53 of file VideoSettings.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
VideoDeviceInfo::VideoDeviceInfo ()
+
+ +

Definition at line 258 of file VideoSettings.cpp.

+ +
+
+ +
+
+ + + + + + + +
VideoDeviceInfo::~VideoDeviceInfo ()
+
+ +

Definition at line 266 of file VideoSettings.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
char VideoDeviceInfo::adapter_desc[128]
+
+ +

Definition at line 67 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
int VideoDeviceInfo::adapter_index
+
+ +

Definition at line 60 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
DWORD VideoDeviceInfo::back_buffer_format
+
+ +

Definition at line 64 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
int VideoDeviceInfo::depth_buffer_bits
+
+ +

Definition at line 59 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
DWORD VideoDeviceInfo::depth_stencil_format
+
+ +

Definition at line 63 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
char VideoDeviceInfo::device_desc[128]
+
+ +

Definition at line 68 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
int VideoDeviceInfo::device_index
+
+ +

Definition at line 61 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
DWORD VideoDeviceInfo::device_type
+
+ +

Definition at line 62 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
DWORD VideoDeviceInfo::multisample_qual
+
+ +

Definition at line 66 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
DWORD VideoDeviceInfo::multisample_type
+
+ +

Definition at line 65 of file VideoSettings.h.

+ +
+
+ +
+
+ + + + +
int VideoDeviceInfo::vertex_processing
+
+ +

Definition at line 58 of file VideoSettings.h.

+ +
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.1