From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../structirr_1_1scene_1_1quake3_1_1_i_shader.html | 352 +++++++++++++++++++++ 1 file changed, 352 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/structirr_1_1scene_1_1quake3_1_1_i_shader.html (limited to 'src/others/irrlicht-1.8.1/doc/html/structirr_1_1scene_1_1quake3_1_1_i_shader.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/structirr_1_1scene_1_1quake3_1_1_i_shader.html b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1scene_1_1quake3_1_1_i_shader.html new file mode 100644 index 0000000..24ee814 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1scene_1_1quake3_1_1_i_shader.html @@ -0,0 +1,352 @@ + + + + +Irrlicht 3D Engine: irr::scene::quake3::IShader Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::quake3::IShader Struct Reference
+
+
+ +

A Parsed Shader Holding Variables ordered in Groups. + More...

+ +

#include <IQ3Shader.h>

+ +

List of all members.

+

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+

A Parsed Shader Holding Variables ordered in Groups.

+ +

Definition at line 638 of file IQ3Shader.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
irr::scene::quake3::IShader::IShader () [inline]
+
+
+ +

Definition at line 640 of file IQ3Shader.h.

+ +
+
+ +
+
+ + + + + + + +
virtual irr::scene::quake3::IShader::~IShader () [inline, virtual]
+
+
+ +

Definition at line 642 of file IQ3Shader.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
const SVarGroup* irr::scene::quake3::IShader::getGroup (u32 stage) const [inline]
+
+ +
+ +
+
+ + + + + + + +
u32 irr::scene::quake3::IShader::getGroupSize () const [inline]
+
+ +
+ +
+
+ + + + + + + + +
bool irr::scene::quake3::IShader::operator< (const IShaderother) const [inline]
+
+
+ +

Definition at line 657 of file IQ3Shader.h.

+ +

References irr::core::string< T, TAlloc >::c_str(), and name.

+ +
+
+ +
+
+ + + + + + + + +
void irr::scene::quake3::IShader::operator= (const IShaderother) [inline]
+
+
+ +

Definition at line 644 of file IQ3Shader.h.

+ +

References ID, name, and VarGroup.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::scene::quake3::IShader::operator== (const IShaderother) const [inline]
+
+
+ +

Definition at line 651 of file IQ3Shader.h.

+ +

References irr::core::string< T, TAlloc >::c_str(), and name.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

Definition at line 679 of file IQ3Shader.h.

+ +

Referenced by operator=().

+ +
+
+ +
+ +
+ +

Definition at line 684 of file IQ3Shader.h.

+ +

Referenced by operator<(), operator=(), and operator==().

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