#include <domProfile_CG.h>
Declare and prepare a shader for execution in the rendering pipeline of a pass.
Definition at line 144 of file domProfile_CG.h.
Definition at line 347 of file domProfile_CG.h.
Definition at line 344 of file domProfile_CG.h.
typedef daeTArray<domCompiler_optionsRef> domProfile_CG::domTechnique::domPass::domShader::domCompiler_options_Array |
Definition at line 212 of file domProfile_CG.h.
typedef daeSmartRef<domCompiler_options> domProfile_CG::domTechnique::domPass::domShader::domCompiler_optionsRef |
Definition at line 209 of file domProfile_CG.h.
typedef daeTArray<domCompiler_targetRef> domProfile_CG::domTechnique::domPass::domShader::domCompiler_target_Array |
Definition at line 154 of file domProfile_CG.h.
typedef daeSmartRef<domCompiler_target> domProfile_CG::domTechnique::domPass::domShader::domCompiler_targetRef |
Definition at line 151 of file domProfile_CG.h.
Definition at line 273 of file domProfile_CG.h.
Definition at line 270 of file domProfile_CG.h.
domProfile_CG::domTechnique::domPass::domShader::domShader | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 584 of file domProfile_CG.h.
virtual domProfile_CG::domTechnique::domPass::domShader::~domShader | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 588 of file domProfile_CG.h.
static DLLSPEC daeElementRef domProfile_CG::domTechnique::domPass::domShader::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::domShader::getAnnotate_array | ( | ) | const [inline] |
Gets the annotate element array.
Definition at line 554 of file domProfile_CG.h.
domFx_annotate_common_Array& domProfile_CG::domTechnique::domPass::domShader::getAnnotate_array | ( | ) | [inline] |
Gets the annotate element array.
Definition at line 549 of file domProfile_CG.h.
const domBind_Array& domProfile_CG::domTechnique::domPass::domShader::getBind_array | ( | ) | const [inline] |
Gets the bind element array.
Definition at line 579 of file domProfile_CG.h.
domBind_Array& domProfile_CG::domTechnique::domPass::domShader::getBind_array | ( | ) | [inline] |
Gets the bind element array.
Definition at line 574 of file domProfile_CG.h.
const domCompiler_optionsRef domProfile_CG::domTechnique::domPass::domShader::getCompiler_options | ( | ) | const [inline] |
Gets the compiler_options element.
Definition at line 564 of file domProfile_CG.h.
const domCompiler_targetRef domProfile_CG::domTechnique::domPass::domShader::getCompiler_target | ( | ) | const [inline] |
Gets the compiler_target element.
Definition at line 559 of file domProfile_CG.h.
virtual COLLADA_TYPE::TypeEnum domProfile_CG::domTechnique::domPass::domShader::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 147 of file domProfile_CG.h.
const domNameRef domProfile_CG::domTechnique::domPass::domShader::getName | ( | ) | const [inline] |
Gets the name element.
Definition at line 569 of file domProfile_CG.h.
domCg_pipeline_stage domProfile_CG::domTechnique::domPass::domShader::getStage | ( | ) | const [inline] |
Gets the stage attribute.
Definition at line 538 of file domProfile_CG.h.
static daeInt domProfile_CG::domTechnique::domPass::domShader::ID | ( | ) | [inline, static] |
Definition at line 148 of file domProfile_CG.h.
virtual domShader& domProfile_CG::domTechnique::domPass::domShader::operator= | ( | const domShader & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 592 of file domProfile_CG.h.
static DLLSPEC daeMetaElement* domProfile_CG::domTechnique::domPass::domShader::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::domShader::setStage | ( | domCg_pipeline_stage | atStage | ) | [inline] |
Sets the stage attribute.
atStage | The new value for the stage attribute. |
Definition at line 543 of file domProfile_CG.h.
virtual daeInt domProfile_CG::domTechnique::domPass::domShader::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 149 of file domProfile_CG.h.
In which pipeline stage this programmable shader is designed to execute, for example, VERTEX, FRAGMENT, etc.
Definition at line 514 of file domProfile_CG.h.
domFx_annotate_common_Array domProfile_CG::domTechnique::domPass::domShader::elemAnnotate_array [protected] |
Definition at line 517 of file domProfile_CG.h.
Binds values to uniform inputs of a shader.
Definition at line 531 of file domProfile_CG.h.
domCompiler_optionsRef domProfile_CG::domTechnique::domPass::domShader::elemCompiler_options [protected] |
A string containing command-line operations for the shader compiler.
Definition at line 523 of file domProfile_CG.h.
domCompiler_targetRef domProfile_CG::domTechnique::domPass::domShader::elemCompiler_target [protected] |
Definition at line 518 of file domProfile_CG.h.
The entry symbol for the shader function.
Definition at line 527 of file domProfile_CG.h.