#include <domProfile_gles.h>

Opens a block of GLES platform-specific data types and technique declarations.
Definition at line 24 of file domProfile_gles.h.
Definition at line 34 of file domProfile_gles.h.
Definition at line 31 of file domProfile_gles.h.
| domProfile_gles::domProfile_gles | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 573 of file domProfile_gles.h.
| virtual domProfile_gles::~domProfile_gles | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 577 of file domProfile_gles.h.
| static DLLSPEC daeElementRef domProfile_gles::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
| const domAssetRef domProfile_gles::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 538 of file domProfile_gles.h.
| virtual COLLADA_TYPE::TypeEnum domProfile_gles::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 27 of file domProfile_gles.h.
| const domExtra_Array& domProfile_gles::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 568 of file domProfile_gles.h.
| domExtra_Array& domProfile_gles::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 563 of file domProfile_gles.h.
| xsID domProfile_gles::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 514 of file domProfile_gles.h.
| const domGles_newparam_Array& domProfile_gles::getNewparam_array | ( | ) | const [inline] |
Gets the newparam element array.
Definition at line 548 of file domProfile_gles.h.
| domGles_newparam_Array& domProfile_gles::getNewparam_array | ( | ) | [inline] |
Gets the newparam element array.
Definition at line 543 of file domProfile_gles.h.
| xsNCName domProfile_gles::getPlatform | ( | ) | const [inline] |
Gets the platform attribute.
Definition at line 527 of file domProfile_gles.h.
| const domTechnique_Array& domProfile_gles::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 558 of file domProfile_gles.h.
| domTechnique_Array& domProfile_gles::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 553 of file domProfile_gles.h.
| static daeInt domProfile_gles::ID | ( | ) | [inline, static] |
Definition at line 28 of file domProfile_gles.h.
| virtual domProfile_gles& domProfile_gles::operator= | ( | const domProfile_gles & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 581 of file domProfile_gles.h.
| static DLLSPEC daeMetaElement* domProfile_gles::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::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
| atId | The new value for the id attribute. |
Definition at line 519 of file domProfile_gles.h.
| void domProfile_gles::setPlatform | ( | xsNCName | atPlatform | ) | [inline] |
Sets the platform attribute.
| atPlatform | The new value for the platform attribute. |
Definition at line 532 of file domProfile_gles.h.
| virtual daeInt domProfile_gles::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 29 of file domProfile_gles.h.
xsID domProfile_gles::attrId [protected] |
The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute.
Definition at line 492 of file domProfile_gles.h.
xsNCName domProfile_gles::attrPlatform [protected] |
The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional
Definition at line 497 of file domProfile_gles.h.
domAssetRef domProfile_gles::elemAsset [protected] |
Definition at line 500 of file domProfile_gles.h.
domExtra_Array domProfile_gles::elemExtra_array [protected] |
Definition at line 507 of file domProfile_gles.h.
Definition at line 501 of file 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 506 of file domProfile_gles.h.