#include <domProfile_gles.h>
Holds a description of the textures, samplers, shaders, parameters, and passes necessary for rendering this effect using one method.
Definition at line 40 of file domProfile_gles.h.
Definition at line 50 of file domProfile_gles.h.
Definition at line 47 of file domProfile_gles.h.
domProfile_gles::domTechnique::domTechnique | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 461 of file domProfile_gles.h.
virtual domProfile_gles::domTechnique::~domTechnique | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 465 of file domProfile_gles.h.
static DLLSPEC daeElementRef domProfile_gles::domTechnique::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domFx_annotate_Array& domProfile_gles::domTechnique::getAnnotate_array | ( | ) | const [inline] |
Gets the annotate element array.
Definition at line 436 of file domProfile_gles.h.
domFx_annotate_Array& domProfile_gles::domTechnique::getAnnotate_array | ( | ) | [inline] |
Gets the annotate element array.
Definition at line 431 of file domProfile_gles.h.
const domAssetRef domProfile_gles::domTechnique::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 426 of file domProfile_gles.h.
virtual COLLADA_TYPE::TypeEnum domProfile_gles::domTechnique::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 43 of file domProfile_gles.h.
const domExtra_Array& domProfile_gles::domTechnique::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 456 of file domProfile_gles.h.
domExtra_Array& domProfile_gles::domTechnique::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 451 of file domProfile_gles.h.
xsID domProfile_gles::domTechnique::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 402 of file domProfile_gles.h.
const domPass_Array& domProfile_gles::domTechnique::getPass_array | ( | ) | const [inline] |
Gets the pass element array.
Definition at line 446 of file domProfile_gles.h.
domPass_Array& domProfile_gles::domTechnique::getPass_array | ( | ) | [inline] |
Gets the pass element array.
Definition at line 441 of file domProfile_gles.h.
domSid domProfile_gles::domTechnique::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 415 of file domProfile_gles.h.
static daeInt domProfile_gles::domTechnique::ID | ( | ) | [inline, static] |
Definition at line 44 of file domProfile_gles.h.
virtual domTechnique& domProfile_gles::domTechnique::operator= | ( | const domTechnique & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 469 of file domProfile_gles.h.
static DLLSPEC daeMetaElement* domProfile_gles::domTechnique::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 domProfile_gles::domTechnique::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 407 of file domProfile_gles.h.
void domProfile_gles::domTechnique::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 420 of file domProfile_gles.h.
virtual daeInt domProfile_gles::domTechnique::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 45 of file domProfile_gles.h.
xsID domProfile_gles::domTechnique::attrId [protected] |
Definition at line 379 of file domProfile_gles.h.
domSid domProfile_gles::domTechnique::attrSid [protected] |
The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.
Definition at line 385 of file domProfile_gles.h.
Definition at line 389 of file domProfile_gles.h.
domAssetRef domProfile_gles::domTechnique::elemAsset [protected] |
Definition at line 388 of file domProfile_gles.h.
Definition at line 395 of file domProfile_gles.h.
A static declaration of all the render states, shaders, and settings for one rendering pipeline.
Definition at line 394 of file domProfile_gles.h.