Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
A Parsed Shader Holding Variables ordered in Groups. More...
#include <nirtcpp/core/engine/IQ3Shader.hpp>
Public Member Functions | |
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.