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/classNL3D_1_1IShader.html | 222 +++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1IShader.html (limited to 'docs/doxygen/nel/classNL3D_1_1IShader.html') diff --git a/docs/doxygen/nel/classNL3D_1_1IShader.html b/docs/doxygen/nel/classNL3D_1_1IShader.html new file mode 100644 index 00000000..42a73a8e --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1IShader.html @@ -0,0 +1,222 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::IShader Class Reference

#include <shader.h> +

+

Inheritance diagram for NL3D::IShader: +

+ +NLMISC::CRefCount +NL3D::CShaderGL + +List of all members. + + + + + + +

Public Methods

 IShader (IDriver *drv, ItShaderPtrList it)
virtual ~IShader ()

Private Attributes

IDriver_Driver
ItShaderPtrList _DriverIterator
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NL3D::IShader::IShader IDriver  drv,
ItShaderPtrList   it
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 66 of file shader.h. +

+References _Driver, _DriverIterator, and NL3D::ItShaderPtrList. +

+Referenced by NL3D::CShaderGL::CShaderGL.

+

+ + + + +
+ + + + + + + + + +
NL3D::IShader::~IShader   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 36 of file shader.cpp. +

+References _Driver, and _DriverIterator.

+


Member Data Documentation

+

+ + + + +
+ + +
IDriver* NL3D::IShader::_Driver [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file shader.h. +

+Referenced by IShader, and ~IShader.

+

+ + + + +
+ + +
ItShaderPtrList NL3D::IShader::_DriverIterator [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file shader.h. +

+Referenced by IShader, and ~IShader.

+


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