#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 45 of file domProfile_GLES.h.
Definition at line 128 of file domProfile_GLES.h.
Definition at line 125 of file domProfile_GLES.h.
Definition at line 55 of file domProfile_GLES.h.
Definition at line 52 of file domProfile_GLES.h.
domProfile_GLES::domTechnique::domTechnique | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 845 of file domProfile_GLES.h.
virtual domProfile_GLES::domTechnique::~domTechnique | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 849 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_common_Array& domProfile_GLES::domTechnique::getAnnotate_array | ( | ) | const [inline] |
Gets the annotate element array.
Definition at line 779 of file domProfile_GLES.h.
domFx_annotate_common_Array& domProfile_GLES::domTechnique::getAnnotate_array | ( | ) | [inline] |
Gets the annotate element array.
Definition at line 774 of file domProfile_GLES.h.
const domAssetRef domProfile_GLES::domTechnique::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 769 of file domProfile_GLES.h.
const daeElementRefArray& domProfile_GLES::domTechnique::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 839 of file domProfile_GLES.h.
daeElementRefArray& domProfile_GLES::domTechnique::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 834 of file domProfile_GLES.h.
virtual COLLADA_TYPE::TypeEnum domProfile_GLES::domTechnique::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 48 of file domProfile_GLES.h.
const domExtra_Array& domProfile_GLES::domTechnique::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 829 of file domProfile_GLES.h.
domExtra_Array& domProfile_GLES::domTechnique::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 824 of file domProfile_GLES.h.
xsID domProfile_GLES::domTechnique::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 745 of file domProfile_GLES.h.
const domImage_Array& domProfile_GLES::domTechnique::getImage_array | ( | ) | const [inline] |
Gets the image element array.
Definition at line 789 of file domProfile_GLES.h.
domImage_Array& domProfile_GLES::domTechnique::getImage_array | ( | ) | [inline] |
Gets the image element array.
Definition at line 784 of file domProfile_GLES.h.
const domGles_newparam_Array& domProfile_GLES::domTechnique::getNewparam_array | ( | ) | const [inline] |
Gets the newparam element array.
Definition at line 799 of file domProfile_GLES.h.
domGles_newparam_Array& domProfile_GLES::domTechnique::getNewparam_array | ( | ) | [inline] |
Gets the newparam element array.
Definition at line 794 of file domProfile_GLES.h.
const domPass_Array& domProfile_GLES::domTechnique::getPass_array | ( | ) | const [inline] |
Gets the pass element array.
Definition at line 819 of file domProfile_GLES.h.
domPass_Array& domProfile_GLES::domTechnique::getPass_array | ( | ) | [inline] |
Gets the pass element array.
Definition at line 814 of file domProfile_GLES.h.
const domSetparam_Array& domProfile_GLES::domTechnique::getSetparam_array | ( | ) | const [inline] |
Gets the setparam element array.
Definition at line 809 of file domProfile_GLES.h.
domSetparam_Array& domProfile_GLES::domTechnique::getSetparam_array | ( | ) | [inline] |
Gets the setparam element array.
Definition at line 804 of file domProfile_GLES.h.
xsNCName domProfile_GLES::domTechnique::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 758 of file domProfile_GLES.h.
static daeInt domProfile_GLES::domTechnique::ID | ( | ) | [inline, static] |
Definition at line 49 of file domProfile_GLES.h.
virtual domTechnique& domProfile_GLES::domTechnique::operator= | ( | const domTechnique & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 853 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 750 of file domProfile_GLES.h.
void domProfile_GLES::domTechnique::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 763 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 50 of file domProfile_GLES.h.
daeTArray< daeCharArray * > domProfile_GLES::domTechnique::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 737 of file domProfile_GLES.h.
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 728 of file domProfile_GLES.h.
Used to preserve order in elements that have a complex content model.
Definition at line 732 of file domProfile_GLES.h.
xsID domProfile_GLES::domTechnique::attrId [protected] |
Definition at line 705 of file domProfile_GLES.h.
xsNCName 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 711 of file domProfile_GLES.h.
Definition at line 715 of file domProfile_GLES.h.
domAssetRef domProfile_GLES::domTechnique::elemAsset [protected] |
Definition at line 714 of file domProfile_GLES.h.
Definition at line 724 of file domProfile_GLES.h.
Definition at line 716 of file domProfile_GLES.h.
Definition at line 717 of file domProfile_GLES.h.
A static declaration of all the render states, shaders, and settings for one rendering pipeline.
Definition at line 723 of file domProfile_GLES.h.
Definition at line 718 of file domProfile_GLES.h.