#include <domGles2_program.h>
Classes | |
class | domParam |
Public Types | |
typedef daeTArray< domParamRef > | domParam_Array |
typedef daeSmartRef< domParam > | domParamRef |
Public Member Functions | |
const daeElementRefArray & | getContents () const |
daeElementRefArray & | getContents () |
virtual COLLADA_TYPE::TypeEnum | getElementType () const |
const domGles2_valueRef | getGles2_value () const |
const domParamRef | getParam () const |
xsToken | getSymbol () const |
void | setSymbol (xsToken atSymbol) |
virtual daeInt | typeID () const |
Static Public Member Functions | |
static DLLSPEC daeElementRef | create (DAE &dae) |
static daeInt | ID () |
static DLLSPEC daeMetaElement * | registerElement (DAE &dae) |
Protected Member Functions | |
domBind_uniform (DAE &dae) | |
virtual domBind_uniform & | operator= (const domBind_uniform &cpy) |
virtual | ~domBind_uniform () |
Protected Attributes | |
daeTArray< daeCharArray * > | _CMData |
daeElementRefArray | _contents |
daeUIntArray | _contentsOrder |
xsToken | attrSymbol |
domGles2_valueRef | elemGles2_value |
domParamRef | elemParam |
Bind uniforms and samplers
Definition at line 196 of file domGles2_program.h.
Definition at line 206 of file domGles2_program.h.
Definition at line 203 of file domGles2_program.h.
domGles2_program::domBind_uniform::domBind_uniform | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 329 of file domGles2_program.h.
virtual domGles2_program::domBind_uniform::~domBind_uniform | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 333 of file domGles2_program.h.
static DLLSPEC daeElementRef domGles2_program::domBind_uniform::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const daeElementRefArray& domGles2_program::domBind_uniform::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 323 of file domGles2_program.h.
daeElementRefArray& domGles2_program::domBind_uniform::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 318 of file domGles2_program.h.
virtual COLLADA_TYPE::TypeEnum domGles2_program::domBind_uniform::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 199 of file domGles2_program.h.
const domGles2_valueRef domGles2_program::domBind_uniform::getGles2_value | ( | ) | const [inline] |
Gets the gles2_value element.
Definition at line 313 of file domGles2_program.h.
const domParamRef domGles2_program::domBind_uniform::getParam | ( | ) | const [inline] |
Gets the param element.
Definition at line 308 of file domGles2_program.h.
xsToken domGles2_program::domBind_uniform::getSymbol | ( | ) | const [inline] |
Gets the symbol attribute.
Definition at line 297 of file domGles2_program.h.
static daeInt domGles2_program::domBind_uniform::ID | ( | ) | [inline, static] |
Definition at line 200 of file domGles2_program.h.
virtual domBind_uniform& domGles2_program::domBind_uniform::operator= | ( | const domBind_uniform & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 337 of file domGles2_program.h.
static DLLSPEC daeMetaElement* domGles2_program::domBind_uniform::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
void domGles2_program::domBind_uniform::setSymbol | ( | xsToken | atSymbol | ) | [inline] |
Sets the symbol attribute.
atSymbol | The new value for the symbol attribute. |
Definition at line 302 of file domGles2_program.h.
virtual daeInt domGles2_program::domBind_uniform::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 201 of file domGles2_program.h.
daeTArray< daeCharArray * > domGles2_program::domBind_uniform::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 289 of file domGles2_program.h.
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 280 of file domGles2_program.h.
Used to preserve order in elements that have a complex content model.
Definition at line 284 of file domGles2_program.h.
xsToken domGles2_program::domBind_uniform::attrSymbol [protected] |
shader variable name
Definition at line 269 of file domGles2_program.h.
Definition at line 276 of file domGles2_program.h.