#include <domProfile_CG.h>
A static declaration of all the render states, shaders, and settings for one rendering pipeline.
Definition at line 70 of file domProfile_CG.h.
Definition at line 80 of file domProfile_CG.h.
Definition at line 77 of file domProfile_CG.h.
Definition at line 138 of file domProfile_CG.h.
Definition at line 135 of file domProfile_CG.h.
domProfile_CG::domTechnique::domPass::domPass | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 780 of file domProfile_CG.h.
virtual domProfile_CG::domTechnique::domPass::~domPass | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 784 of file domProfile_CG.h.
static DLLSPEC daeElementRef domProfile_CG::domTechnique::domPass::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domFx_annotate_common_Array& domProfile_CG::domTechnique::domPass::getAnnotate_array | ( | ) | const [inline] |
Gets the annotate element array.
Definition at line 669 of file domProfile_CG.h.
domFx_annotate_common_Array& domProfile_CG::domTechnique::domPass::getAnnotate_array | ( | ) | [inline] |
Gets the annotate element array.
Definition at line 664 of file domProfile_CG.h.
const domFx_clearcolor_common_Array& domProfile_CG::domTechnique::domPass::getColor_clear_array | ( | ) | const [inline] |
Gets the color_clear element array.
Definition at line 709 of file domProfile_CG.h.
domFx_clearcolor_common_Array& domProfile_CG::domTechnique::domPass::getColor_clear_array | ( | ) | [inline] |
Gets the color_clear element array.
Definition at line 704 of file domProfile_CG.h.
const domFx_colortarget_common_Array& domProfile_CG::domTechnique::domPass::getColor_target_array | ( | ) | const [inline] |
Gets the color_target element array.
Definition at line 679 of file domProfile_CG.h.
domFx_colortarget_common_Array& domProfile_CG::domTechnique::domPass::getColor_target_array | ( | ) | [inline] |
Gets the color_target element array.
Definition at line 674 of file domProfile_CG.h.
const daeElementRefArray& domProfile_CG::domTechnique::domPass::getContents | ( | ) | const [inline] |
Gets the _contents array.
Definition at line 774 of file domProfile_CG.h.
daeElementRefArray& domProfile_CG::domTechnique::domPass::getContents | ( | ) | [inline] |
Gets the _contents array.
Definition at line 769 of file domProfile_CG.h.
const domFx_cleardepth_common_Array& domProfile_CG::domTechnique::domPass::getDepth_clear_array | ( | ) | const [inline] |
Gets the depth_clear element array.
Definition at line 719 of file domProfile_CG.h.
domFx_cleardepth_common_Array& domProfile_CG::domTechnique::domPass::getDepth_clear_array | ( | ) | [inline] |
Gets the depth_clear element array.
Definition at line 714 of file domProfile_CG.h.
const domFx_depthtarget_common_Array& domProfile_CG::domTechnique::domPass::getDepth_target_array | ( | ) | const [inline] |
Gets the depth_target element array.
Definition at line 689 of file domProfile_CG.h.
domFx_depthtarget_common_Array& domProfile_CG::domTechnique::domPass::getDepth_target_array | ( | ) | [inline] |
Gets the depth_target element array.
Definition at line 684 of file domProfile_CG.h.
const domDrawRef domProfile_CG::domTechnique::domPass::getDraw | ( | ) | const [inline] |
Gets the draw element.
Definition at line 734 of file domProfile_CG.h.
virtual COLLADA_TYPE::TypeEnum domProfile_CG::domTechnique::domPass::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 73 of file domProfile_CG.h.
const domExtra_Array& domProfile_CG::domTechnique::domPass::getExtra_array | ( | ) | const [inline] |
Gets the extra element array.
Definition at line 764 of file domProfile_CG.h.
domExtra_Array& domProfile_CG::domTechnique::domPass::getExtra_array | ( | ) | [inline] |
Gets the extra element array.
Definition at line 759 of file domProfile_CG.h.
const domGl_pipeline_settings_Array& domProfile_CG::domTechnique::domPass::getGl_pipeline_settings_array | ( | ) | const [inline] |
Gets the gl_pipeline_settings element array.
Definition at line 744 of file domProfile_CG.h.
domGl_pipeline_settings_Array& domProfile_CG::domTechnique::domPass::getGl_pipeline_settings_array | ( | ) | [inline] |
Gets the gl_pipeline_settings element array.
Definition at line 739 of file domProfile_CG.h.
const domShader_Array& domProfile_CG::domTechnique::domPass::getShader_array | ( | ) | const [inline] |
Gets the shader element array.
Definition at line 754 of file domProfile_CG.h.
domShader_Array& domProfile_CG::domTechnique::domPass::getShader_array | ( | ) | [inline] |
Gets the shader element array.
Definition at line 749 of file domProfile_CG.h.
xsNCName domProfile_CG::domTechnique::domPass::getSid | ( | ) | const [inline] |
Gets the sid attribute.
Definition at line 653 of file domProfile_CG.h.
const domFx_clearstencil_common_Array& domProfile_CG::domTechnique::domPass::getStencil_clear_array | ( | ) | const [inline] |
Gets the stencil_clear element array.
Definition at line 729 of file domProfile_CG.h.
domFx_clearstencil_common_Array& domProfile_CG::domTechnique::domPass::getStencil_clear_array | ( | ) | [inline] |
Gets the stencil_clear element array.
Definition at line 724 of file domProfile_CG.h.
const domFx_stenciltarget_common_Array& domProfile_CG::domTechnique::domPass::getStencil_target_array | ( | ) | const [inline] |
Gets the stencil_target element array.
Definition at line 699 of file domProfile_CG.h.
domFx_stenciltarget_common_Array& domProfile_CG::domTechnique::domPass::getStencil_target_array | ( | ) | [inline] |
Gets the stencil_target element array.
Definition at line 694 of file domProfile_CG.h.
static daeInt domProfile_CG::domTechnique::domPass::ID | ( | ) | [inline, static] |
Definition at line 74 of file domProfile_CG.h.
virtual domPass& domProfile_CG::domTechnique::domPass::operator= | ( | const domPass & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 788 of file domProfile_CG.h.
static DLLSPEC daeMetaElement* domProfile_CG::domTechnique::domPass::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_CG::domTechnique::domPass::setSid | ( | xsNCName | atSid | ) | [inline] |
Sets the sid attribute.
atSid | The new value for the sid attribute. |
Definition at line 658 of file domProfile_CG.h.
virtual daeInt domProfile_CG::domTechnique::domPass::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 75 of file domProfile_CG.h.
daeTArray< daeCharArray * > domProfile_CG::domTechnique::domPass::_CMData [protected] |
Used to store information needed for some content model objects.
Definition at line 645 of file domProfile_CG.h.
Used to preserve order in elements that do not specify strict sequencing of sub-elements.
Definition at line 636 of file domProfile_CG.h.
Used to preserve order in elements that have a complex content model.
Definition at line 640 of file domProfile_CG.h.
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 615 of file domProfile_CG.h.
Definition at line 618 of file domProfile_CG.h.
domFx_clearcolor_common_Array domProfile_CG::domTechnique::domPass::elemColor_clear_array [protected] |
Definition at line 622 of file domProfile_CG.h.
domFx_colortarget_common_Array domProfile_CG::domTechnique::domPass::elemColor_target_array [protected] |
Definition at line 619 of file domProfile_CG.h.
domFx_cleardepth_common_Array domProfile_CG::domTechnique::domPass::elemDepth_clear_array [protected] |
Definition at line 623 of file domProfile_CG.h.
domFx_depthtarget_common_Array domProfile_CG::domTechnique::domPass::elemDepth_target_array [protected] |
Definition at line 620 of file domProfile_CG.h.
Definition at line 625 of file domProfile_CG.h.
Definition at line 632 of file domProfile_CG.h.
domGl_pipeline_settings_Array domProfile_CG::domTechnique::domPass::elemGl_pipeline_settings_array [protected] |
Definition at line 626 of file domProfile_CG.h.
Declare and prepare a shader for execution in the rendering pipeline of a pass.
Definition at line 631 of file domProfile_CG.h.
domFx_clearstencil_common_Array domProfile_CG::domTechnique::domPass::elemStencil_clear_array [protected] |
Definition at line 624 of file domProfile_CG.h.
domFx_stenciltarget_common_Array domProfile_CG::domTechnique::domPass::elemStencil_target_array [protected] |
Definition at line 621 of file domProfile_CG.h.