#include <domProfile_gles2.h>
FX for OpenGL ES 2.0
Definition at line 20 of file domProfile_gles2.h.
Definition at line 30 of file domProfile_gles2.h.
Definition at line 27 of file domProfile_gles2.h.
Definition at line 70 of file domProfile_gles2.h.
Definition at line 67 of file domProfile_gles2.h.
domProfile_gles2::domProfile_gles2 | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 349 of file domProfile_gles2.h.
virtual domProfile_gles2::~domProfile_gles2 | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 353 of file domProfile_gles2.h.
static DLLSPEC daeElementRef domProfile_gles2::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domAssetRef domProfile_gles2::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 283 of file domProfile_gles2.h.
const domFx_code_Array& domProfile_gles2::getCode_array | ( | ) | const [inline] |
Gets the code element array.
Definition at line 303 of file domProfile_gles2.h.
domFx_code_Array& domProfile_gles2::getCode_array | ( | ) | [inline] |
Gets the code element array.
Definition at line 298 of file domProfile_gles2.h.
const daeElementRefArray& domProfile_gles2::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 343 of file domProfile_gles2.h.
daeElementRefArray& domProfile_gles2::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 338 of file domProfile_gles2.h.
virtual COLLADA_TYPE::TypeEnum domProfile_gles2::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 23 of file domProfile_gles2.h.
const domExtra_Array& domProfile_gles2::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 333 of file domProfile_gles2.h.
domExtra_Array& domProfile_gles2::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 328 of file domProfile_gles2.h.
xsID domProfile_gles2::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 248 of file domProfile_gles2.h.
const domFx_include_Array& domProfile_gles2::getInclude_array | ( | ) | const [inline] |
Gets the include element array.
Definition at line 293 of file domProfile_gles2.h.
domFx_include_Array& domProfile_gles2::getInclude_array | ( | ) | [inline] |
Gets the include element array.
Definition at line 288 of file domProfile_gles2.h.
xsNCName domProfile_gles2::getLanguage | ( | ) | const [inline] |
Gets the language attribute.
Definition at line 261 of file domProfile_gles2.h.
const domNewparam_Array& domProfile_gles2::getNewparam_array | ( | ) | const [inline] |
Gets the newparam element array.
Definition at line 313 of file domProfile_gles2.h.
domNewparam_Array& domProfile_gles2::getNewparam_array | ( | ) | [inline] |
Gets the newparam element array.
Definition at line 308 of file domProfile_gles2.h.
domList_of_names domProfile_gles2::getPlatforms | ( | ) | const [inline] |
Gets the platforms attribute.
Definition at line 272 of file domProfile_gles2.h.
const domTechnique_Array& domProfile_gles2::getTechnique_array | ( | ) | const [inline] |
Gets the technique element array.
Definition at line 323 of file domProfile_gles2.h.
domTechnique_Array& domProfile_gles2::getTechnique_array | ( | ) | [inline] |
Gets the technique element array.
Definition at line 318 of file domProfile_gles2.h.
static daeInt domProfile_gles2::ID | ( | ) | [inline, static] |
Definition at line 24 of file domProfile_gles2.h.
virtual domProfile_gles2& domProfile_gles2::operator= | ( | const domProfile_gles2 & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 357 of file domProfile_gles2.h.
static DLLSPEC daeMetaElement* domProfile_gles2::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_gles2::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 253 of file domProfile_gles2.h.
void domProfile_gles2::setLanguage | ( | xsNCName | atLanguage | ) | [inline] |
Sets the language attribute.
atLanguage | The new value for the language attribute. |
Definition at line 266 of file domProfile_gles2.h.
void domProfile_gles2::setPlatforms | ( | domList_of_names | atPlatforms | ) | [inline] |
Sets the platforms attribute.
atPlatforms | The new value for the platforms attribute. |
Definition at line 277 of file domProfile_gles2.h.
virtual daeInt domProfile_gles2::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 25 of file domProfile_gles2.h.
daeTArray< daeCharArray * > domProfile_gles2::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 240 of file domProfile_gles2.h.
daeElementRefArray domProfile_gles2::_contents [protected] |
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 231 of file domProfile_gles2.h.
daeUIntArray domProfile_gles2::_contentsOrder [protected] |
Used to preserve order in elements that have a complex content model.
Definition at line 235 of file domProfile_gles2.h.
xsID domProfile_gles2::attrId [protected] |
Unique identifier for referencing
Definition at line 198 of file domProfile_gles2.h.
xsNCName domProfile_gles2::attrLanguage [protected] |
Shading language that will be used. This is not an enum to support future languages. Current known languages at this time are GLSL-ES, CG
Definition at line 203 of file domProfile_gles2.h.
domList_of_names domProfile_gles2::attrPlatforms [protected] |
Support for multiple OpenGL ES 2.0 platforms
Definition at line 207 of file domProfile_gles2.h.
domAssetRef domProfile_gles2::elemAsset [protected] |
Definition at line 210 of file domProfile_gles2.h.
domFx_code_Array domProfile_gles2::elemCode_array [protected] |
The fx_code_profile type allows you to specify an inline block of source code. It is HIGHLY recommended to use a CDATA block inside to avoid issues with
Definition at line 220 of file domProfile_gles2.h.
domExtra_Array domProfile_gles2::elemExtra_array [protected] |
Definition at line 227 of file domProfile_gles2.h.
Include shader code from a remote URI. If binary, assume raw.
Definition at line 214 of file domProfile_gles2.h.
Definition at line 221 of file domProfile_gles2.h.
Holds a description of the textures, samplers, shaders, parameters, and passes necessary for rendering this effect using one method.
Definition at line 226 of file domProfile_gles2.h.