#include <domProfile_GLES.h>
Opens a block of GLES platform-specific data types and technique declarations.
Definition at line 29 of file domProfile_GLES.h.
Definition at line 39 of file domProfile_GLES.h.
Definition at line 36 of file domProfile_GLES.h.
domProfile_GLES::domProfile_GLES | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 993 of file domProfile_GLES.h.
virtual domProfile_GLES::~domProfile_GLES | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 997 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.
Reimplemented from domFx_profile_abstract.
const domAssetRef domProfile_GLES::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 937 of file domProfile_GLES.h.
const daeElementRefArray& domProfile_GLES::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 987 of file domProfile_GLES.h.
daeElementRefArray& domProfile_GLES::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 982 of file domProfile_GLES.h.
virtual COLLADA_TYPE::TypeEnum domProfile_GLES::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from domFx_profile_abstract.
Definition at line 32 of file domProfile_GLES.h.
const domExtra_Array& domProfile_GLES::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 977 of file domProfile_GLES.h.
domExtra_Array& domProfile_GLES::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 972 of file domProfile_GLES.h.
xsID domProfile_GLES::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 913 of file domProfile_GLES.h.
const domImage_Array& domProfile_GLES::getImage_array | ( | ) | const [inline] |
Gets the image element array.
Definition at line 947 of file domProfile_GLES.h.
domImage_Array& domProfile_GLES::getImage_array | ( | ) | [inline] |
Gets the image element array.
Definition at line 942 of file domProfile_GLES.h.
const domGles_newparam_Array& domProfile_GLES::getNewparam_array | ( | ) | const [inline] |
Gets the newparam element array.
Definition at line 957 of file domProfile_GLES.h.
domGles_newparam_Array& domProfile_GLES::getNewparam_array | ( | ) | [inline] |
Gets the newparam element array.
Definition at line 952 of file domProfile_GLES.h.
xsNCName domProfile_GLES::getPlatform | ( | ) | const [inline] |
Gets the platform attribute.
Definition at line 926 of file domProfile_GLES.h.
const domTechnique_Array& domProfile_GLES::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 967 of file domProfile_GLES.h.
domTechnique_Array& domProfile_GLES::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 962 of file domProfile_GLES.h.
static daeInt domProfile_GLES::ID | ( | ) | [inline, static] |
Reimplemented from domFx_profile_abstract.
Definition at line 33 of file domProfile_GLES.h.
virtual domProfile_GLES& domProfile_GLES::operator= | ( | const domProfile_GLES & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 1001 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.
Reimplemented from domFx_profile_abstract.
void domProfile_GLES::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 918 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 931 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.
Reimplemented from domFx_profile_abstract.
Definition at line 34 of file domProfile_GLES.h.
daeTArray< daeCharArray * > domProfile_GLES::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 905 of file domProfile_GLES.h.
daeElementRefArray domProfile_GLES::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 896 of file domProfile_GLES.h.
daeUIntArray domProfile_GLES::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 900 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 876 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 881 of file domProfile_GLES.h.
domAssetRef domProfile_GLES::elemAsset [protected] |
Definition at line 884 of file domProfile_GLES.h.
domExtra_Array domProfile_GLES::elemExtra_array [protected] |
Definition at line 892 of file domProfile_GLES.h.
domImage_Array domProfile_GLES::elemImage_array [protected] |
Definition at line 885 of file domProfile_GLES.h.
Definition at line 886 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 891 of file domProfile_GLES.h.