From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02435.html | 147 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/doxygen/nel/a02435.html (limited to 'docs/doxygen/nel/a02435.html') diff --git a/docs/doxygen/nel/a02435.html b/docs/doxygen/nel/a02435.html new file mode 100644 index 00000000..0b7aee8b --- /dev/null +++ b/docs/doxygen/nel/a02435.html @@ -0,0 +1,147 @@ + + +NeL: NL3D::CDriverGL::CVBHardProfile struct Reference + + + +
+

NL3D::CDriverGL::CVBHardProfile Struct Reference

+ + + + + + + + + + + +

Public Member Functions

 CVBHardProfile ()

Data Fields

NLMISC::TTicks AccumTime
bool Change
NLMISC::CRefPtr< IVertexBufferHardVBHard
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CDriverGL::CVBHardProfile::CVBHardProfile  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 931 of file driver_opengl.h. +

+References AccumTime, and Change. +

+

00932                 {
+00933                         AccumTime= 0;
+00934                         Change= false;
+00935                 }
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::TTicks NL3D::CDriverGL::CVBHardProfile::AccumTime +
+
+ + + + + +
+   + + +

+ +

+Definition at line 928 of file driver_opengl.h. +

+Referenced by CVBHardProfile(), and NL3D::CDriverGL::endProfileVBHardLock().

+

+ + + + +
+ + +
bool NL3D::CDriverGL::CVBHardProfile::Change +
+
+ + + + + +
+   + + +

+ +

+Definition at line 930 of file driver_opengl.h. +

+Referenced by CVBHardProfile(), and NL3D::CDriverGL::endProfileVBHardLock().

+

+ + + + +
+ + +
NLMISC::CRefPtr<IVertexBufferHard> NL3D::CDriverGL::CVBHardProfile::VBHard +
+
+ + + + + +
+   + + +

+ +

+Definition at line 927 of file driver_opengl.h. +

+Referenced by NL3D::CDriverGL::endProfileVBHardLock().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:45:53 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1