| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <IQ3Shader.h>
Public Member Functions | |
| const SVarGroup * | getGroup (u32 stage) const |
| u32 | getGroupSize () const |
| IShader () | |
| bool | operator< (const IShader &other) const |
| void | operator= (const IShader &other) |
| bool | operator== (const IShader &other) const |
| virtual | ~IShader () |
Public Attributes | |
| s32 | ID |
| core::stringc | name |
| SVarGroupList * | VarGroup |
Definition at line 637 of file IQ3Shader.h.
| irr::scene::quake3::IShader::IShader | ( | ) | [inline] |
Definition at line 639 of file IQ3Shader.h.
| virtual irr::scene::quake3::IShader::~IShader | ( | ) | [inline, virtual] |
Definition at line 641 of file IQ3Shader.h.
Definition at line 669 of file IQ3Shader.h.
References VarGroup, and irr::scene::quake3::SVarGroupList::VariableGroup.
| u32 irr::scene::quake3::IShader::getGroupSize | ( | ) | const [inline] |
Definition at line 662 of file IQ3Shader.h.
References VarGroup, and irr::scene::quake3::SVarGroupList::VariableGroup.
| bool irr::scene::quake3::IShader::operator< | ( | const IShader & | other | ) | const [inline] |
Definition at line 656 of file IQ3Shader.h.
References irr::core::string< T, TAlloc >::c_str(), and name.
| void irr::scene::quake3::IShader::operator= | ( | const IShader & | other | ) | [inline] |
| bool irr::scene::quake3::IShader::operator== | ( | const IShader & | other | ) | const [inline] |
Definition at line 650 of file IQ3Shader.h.
References irr::core::string< T, TAlloc >::c_str(), and name.
Definition at line 683 of file IQ3Shader.h.
Referenced by operator<(), operator=(), and operator==().
Definition at line 679 of file IQ3Shader.h.
Referenced by irr::scene::quake3::dumpShader(), getGroup(), getGroupSize(), and operator=().
| The Irrlicht
Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated
on Sun Jan 10 09:24:17 2010 by Doxygen
(1.5.6) |