|
arsa
2.7
|
A Parsed Shader Holding Variables ordered in Groups. More...
#include <IQ3Shader.h>
Public Member Functions | |
| IShader () | |
| virtual | ~IShader () |
| void | operator= (const IShader &other) |
| bool | operator== (const IShader &other) const |
| bool | operator< (const IShader &other) const |
| u32 | getGroupSize () const |
| const SVarGroup * | getGroup (u32 stage) const |
Public Attributes | |
| s32 | ID |
| SVarGroupList * | VarGroup |
| core::stringc | name |
A Parsed Shader Holding Variables ordered in Groups.
Definition at line 636 of file IQ3Shader.h.
|
inline |
Definition at line 638 of file IQ3Shader.h.
|
inlinevirtual |
Definition at line 640 of file IQ3Shader.h.
Definition at line 668 of file IQ3Shader.h.
|
inline |
Definition at line 661 of file IQ3Shader.h.
Definition at line 655 of file IQ3Shader.h.
Definition at line 642 of file IQ3Shader.h.
Definition at line 649 of file IQ3Shader.h.
| s32 irr::scene::quake3::IShader::ID |
Definition at line 677 of file IQ3Shader.h.
| core::stringc irr::scene::quake3::IShader::name |
Definition at line 682 of file IQ3Shader.h.
| SVarGroupList* irr::scene::quake3::IShader::VarGroup |
Definition at line 678 of file IQ3Shader.h.
1.8.15