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_render_stats.html | 287 ++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 Doc/doxygen/html/struct_render_stats.html (limited to 'Doc/doxygen/html/struct_render_stats.html') diff --git a/Doc/doxygen/html/struct_render_stats.html b/Doc/doxygen/html/struct_render_stats.html new file mode 100644 index 0000000..dce7165 --- /dev/null +++ b/Doc/doxygen/html/struct_render_stats.html @@ -0,0 +1,287 @@ + + + + + +Starshatter_Open: RenderStats Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
RenderStats Struct Reference
+
+
+ +

#include <Video.h>

+ +

List of all members.

+ + + +

+Public Member Functions

void Clear ()
+ + + + + + + + + +

+Public Attributes

int nframe
int nverts
int npolys
int nlines
int ncalls
int total_verts
int total_polys
int total_lines
+

Detailed Description

+
+

Definition at line 41 of file Video.h.

+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void RenderStats::Clear ()
+
+inline
+
+ +

Definition at line 54 of file Video.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
int RenderStats::ncalls
+
+ +

Definition at line 48 of file Video.h.

+ +
+
+ +
+
+ + + + +
int RenderStats::nframe
+
+ +

Definition at line 43 of file Video.h.

+ +
+
+ +
+
+ + + + +
int RenderStats::nlines
+
+ +

Definition at line 46 of file Video.h.

+ +
+
+ +
+
+ + + + +
int RenderStats::npolys
+
+ +

Definition at line 45 of file Video.h.

+ +
+
+ +
+
+ + + + +
int RenderStats::nverts
+
+ +

Definition at line 44 of file Video.h.

+ +
+
+ +
+
+ + + + +
int RenderStats::total_lines
+
+ +

Definition at line 52 of file Video.h.

+ +
+
+ +
+
+ + + + +
int RenderStats::total_polys
+
+ +

Definition at line 51 of file Video.h.

+ +
+
+ +
+
+ + + + +
int RenderStats::total_verts
+
+ +

Definition at line 50 of file Video.h.

+ +
+
+
The documentation for this struct was generated from the following file:
    +
  • D:/SRC/StarshatterSVN/nGenEx/Video.h
  • +
+
+
+ + + + -- cgit v1.1