A Parsed Shader Holding Variables ordered in Groups. More...
#include <IQ3Shader.h>
Public Member Functions | |
IShader () | |
virtual | ~IShader () |
const SVarGroup * | getGroup (u32 stage) const |
u32 | getGroupSize () const |
bool | operator< (const IShader &other) const |
void | operator= (const IShader &other) |
bool | operator== (const IShader &other) const |
Public Attributes | |
s32 | ID |
core::stringc | name |
SVarGroupList * | VarGroup |
A Parsed Shader Holding Variables ordered in Groups.
Definition at line 638 of file IQ3Shader.h.
|
inline |
Definition at line 640 of file IQ3Shader.h.
|
inlinevirtual |
Definition at line 642 of file IQ3Shader.h.
Definition at line 670 of file IQ3Shader.h.
|
inline |
Definition at line 663 of file IQ3Shader.h.
|
inline |
Definition at line 657 of file IQ3Shader.h.
References irr::core::string< T, TAlloc >::c_str(), and name.
|
inline |
Definition at line 644 of file IQ3Shader.h.
|
inline |
Definition at line 651 of file IQ3Shader.h.
References irr::core::string< T, TAlloc >::c_str(), and name.
s32 irr::scene::quake3::IShader::ID |
Definition at line 679 of file IQ3Shader.h.
Referenced by operator=().
core::stringc irr::scene::quake3::IShader::name |
Definition at line 684 of file IQ3Shader.h.
Referenced by operator<(), operator=(), and operator==().
SVarGroupList* irr::scene::quake3::IShader::VarGroup |
Definition at line 680 of file IQ3Shader.h.
Referenced by irr::scene::quake3::dumpShader(), and operator=().