#include <domProfile_glsl.h>
Holds a description of the textures, samplers, shaders, parameters, and passes necessary for rendering this effect using one method.
Definition at line 43 of file domProfile_glsl.h.
Definition at line 53 of file domProfile_glsl.h.
Definition at line 50 of file domProfile_glsl.h.
domProfile_glsl::domTechnique::domTechnique | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 475 of file domProfile_glsl.h.
virtual domProfile_glsl::domTechnique::~domTechnique | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 479 of file domProfile_glsl.h.
static DLLSPEC daeElementRef domProfile_glsl::domTechnique::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domFx_annotate_Array& domProfile_glsl::domTechnique::getAnnotate_array | ( | ) | const [inline] |
Gets the annotate element array.
Definition at line 450 of file domProfile_glsl.h.
domFx_annotate_Array& domProfile_glsl::domTechnique::getAnnotate_array | ( | ) | [inline] |
Gets the annotate element array.
Definition at line 445 of file domProfile_glsl.h.
const domAssetRef domProfile_glsl::domTechnique::getAsset | ( | ) | const [inline] |
Gets the asset element.
Definition at line 440 of file domProfile_glsl.h.
virtual COLLADA_TYPE::TypeEnum domProfile_glsl::domTechnique::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 46 of file domProfile_glsl.h.
const domExtra_Array& domProfile_glsl::domTechnique::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 470 of file domProfile_glsl.h.
domExtra_Array& domProfile_glsl::domTechnique::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 465 of file domProfile_glsl.h.
xsID domProfile_glsl::domTechnique::getId | ( | ) | const [inline] |
Gets the id attribute.
Definition at line 416 of file domProfile_glsl.h.
const domPass_Array& domProfile_glsl::domTechnique::getPass_array | ( | ) | const [inline] |
Gets the pass element array.
Definition at line 460 of file domProfile_glsl.h.
domPass_Array& domProfile_glsl::domTechnique::getPass_array | ( | ) | [inline] |
Gets the pass element array.
Definition at line 455 of file domProfile_glsl.h.
domSid domProfile_glsl::domTechnique::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 429 of file domProfile_glsl.h.
static daeInt domProfile_glsl::domTechnique::ID | ( | ) | [inline, static] |
Definition at line 47 of file domProfile_glsl.h.
virtual domTechnique& domProfile_glsl::domTechnique::operator= | ( | const domTechnique & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 483 of file domProfile_glsl.h.
static DLLSPEC daeMetaElement* domProfile_glsl::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_glsl::domTechnique::setId | ( | xsID | atId | ) | [inline] |
Sets the id attribute.
atId | The new value for the id attribute. |
Definition at line 421 of file domProfile_glsl.h.
void domProfile_glsl::domTechnique::setSid | ( | domSid | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 434 of file domProfile_glsl.h.
virtual daeInt domProfile_glsl::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 48 of file domProfile_glsl.h.
xsID domProfile_glsl::domTechnique::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 393 of file domProfile_glsl.h.
domSid domProfile_glsl::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. Optional attribute.
Definition at line 399 of file domProfile_glsl.h.
Definition at line 403 of file domProfile_glsl.h.
domAssetRef domProfile_glsl::domTechnique::elemAsset [protected] |
Definition at line 402 of file domProfile_glsl.h.
Definition at line 409 of file domProfile_glsl.h.
A static declaration of all the render states, shaders, and settings for one rendering pipeline.
Definition at line 408 of file domProfile_glsl.h.