#include <domGles2_pass.h>
runtime execution helpers
Definition at line 95 of file domGles2_pass.h.
Definition at line 105 of file domGles2_pass.h.
Definition at line 102 of file domGles2_pass.h.
domGles2_pass::domEvaluate::domEvaluate | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 273 of file domGles2_pass.h.
virtual domGles2_pass::domEvaluate::~domEvaluate | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 277 of file domGles2_pass.h.
static DLLSPEC daeElementRef domGles2_pass::domEvaluate::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domFx_clearcolor_Array& domGles2_pass::domEvaluate::getColor_clear_array | ( | ) | const [inline] |
Gets the color_clear element array.
Definition at line 243 of file domGles2_pass.h.
domFx_clearcolor_Array& domGles2_pass::domEvaluate::getColor_clear_array | ( | ) | [inline] |
Gets the color_clear element array.
Definition at line 238 of file domGles2_pass.h.
const domFx_colortarget_Array& domGles2_pass::domEvaluate::getColor_target_array | ( | ) | const [inline] |
Gets the color_target element array.
Definition at line 213 of file domGles2_pass.h.
domFx_colortarget_Array& domGles2_pass::domEvaluate::getColor_target_array | ( | ) | [inline] |
Gets the color_target element array.
Definition at line 208 of file domGles2_pass.h.
const domFx_cleardepth_Array& domGles2_pass::domEvaluate::getDepth_clear_array | ( | ) | const [inline] |
Gets the depth_clear element array.
Definition at line 263 of file domGles2_pass.h.
domFx_cleardepth_Array& domGles2_pass::domEvaluate::getDepth_clear_array | ( | ) | [inline] |
Gets the depth_clear element array.
Definition at line 258 of file domGles2_pass.h.
const domFx_depthtarget_Array& domGles2_pass::domEvaluate::getDepth_target_array | ( | ) | const [inline] |
Gets the depth_target element array.
Definition at line 223 of file domGles2_pass.h.
domFx_depthtarget_Array& domGles2_pass::domEvaluate::getDepth_target_array | ( | ) | [inline] |
Gets the depth_target element array.
Definition at line 218 of file domGles2_pass.h.
const domDrawRef domGles2_pass::domEvaluate::getDraw | ( | ) | const [inline] |
Gets the draw element.
Definition at line 268 of file domGles2_pass.h.
virtual COLLADA_TYPE::TypeEnum domGles2_pass::domEvaluate::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 98 of file domGles2_pass.h.
const domFx_clearstencil_Array& domGles2_pass::domEvaluate::getStencil_clear_array | ( | ) | const [inline] |
Gets the stencil_clear element array.
Definition at line 253 of file domGles2_pass.h.
domFx_clearstencil_Array& domGles2_pass::domEvaluate::getStencil_clear_array | ( | ) | [inline] |
Gets the stencil_clear element array.
Definition at line 248 of file domGles2_pass.h.
const domFx_stenciltarget_Array& domGles2_pass::domEvaluate::getStencil_target_array | ( | ) | const [inline] |
Gets the stencil_target element array.
Definition at line 233 of file domGles2_pass.h.
domFx_stenciltarget_Array& domGles2_pass::domEvaluate::getStencil_target_array | ( | ) | [inline] |
Gets the stencil_target element array.
Definition at line 228 of file domGles2_pass.h.
static daeInt domGles2_pass::domEvaluate::ID | ( | ) | [inline, static] |
Definition at line 99 of file domGles2_pass.h.
virtual domEvaluate& domGles2_pass::domEvaluate::operator= | ( | const domEvaluate & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 281 of file domGles2_pass.h.
static DLLSPEC daeMetaElement* domGles2_pass::domEvaluate::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.
virtual daeInt domGles2_pass::domEvaluate::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 100 of file domGles2_pass.h.
The indexed color render target is supposed to be cleared to this color
Definition at line 186 of file domGles2_pass.h.
Identify that this pass is intended to render it's colors into a surface parameter
Definition at line 171 of file domGles2_pass.h.
The indexed depth render target is supposed to be cleared to this color
Definition at line 196 of file domGles2_pass.h.
Identify that this pass is intended to render it's depthinto a surface parameter
Definition at line 176 of file domGles2_pass.h.
domDrawRef domGles2_pass::domEvaluate::elemDraw [protected] |
Identify what type of goemetry should be drawn durring this pass. See comments in fx_draw_common for a list of common strings.
Definition at line 201 of file domGles2_pass.h.
The indexed stencil bits render target is supposed to be cleared to this color
Definition at line 191 of file domGles2_pass.h.
Identify that this pass is intended to render it's stencil bits into a surface parameter
Definition at line 181 of file domGles2_pass.h.