Cogs.Core
|
Public Member Functions | |
void | initialize (RenderTaskContext *context) override |
void | apply (RenderTaskContext *context) override |
![]() | |
EffectDescription | createEffectDesc (RenderTaskContext *context) |
void | cleanup (RenderTaskContext *context) override |
void | setProperties (RenderTaskContext *context, Cogs::Core::RenderTexture *targetSource=nullptr) |
![]() | |
virtual void | initialize (RenderTaskContext *) |
virtual void | cleanup (RenderTaskContext *) |
virtual void | apply (RenderTaskContext *)=0 |
bool | isStatic () const |
Public Attributes | |
bool | clear = false |
bool | clearToDefault = true |
bool | viewportFromTarget = false |
bool | writeDepth = false |
![]() | |
ParsedValue | effectParameter |
BlendMode | blendMode = BlendMode::None |
uint32_t | texUnit = 0 |
ExpressionContext * | scope = nullptr |
std::vector< ProcessTaskProperty > | properties |
ProcessTaskProperty | groups |
struct CachedEffect * | effect = nullptr |
![]() | |
RenderTaskResources | input |
RenderTaskResources | output |
std::string | name |
std::vector< std::string > | dependencies |
PipelineOptions | options |
RenderTaskFlags::ERenderTaskFlags | flags = RenderTaskFlags::None |
bool | allowSelfDependency = false |
size_t | frameMod = 0 |
size_t | frameOffset = 0 |
std::function< void(void)> | deleter |
Protected Attributes | |
std::string | scopeName |
InputLayoutHandle | inputLayout |
SamplerStateBindingHandle | samplerStateBindings [4] |
SamplerStateHandle | samplerStates [4] |
Definition at line 11 of file PostProcessTask.h.
|
inlinevirtual |
Definition at line 13 of file PostProcessTask.h.
|
overridevirtual |
Implements Cogs::Core::RenderTask.
Definition at line 67 of file PostProcessTask.cpp.
|
overridevirtual |
Reimplemented from Cogs::Core::RenderTask.
Definition at line 27 of file PostProcessTask.cpp.
bool Cogs::Core::PostProcessTask::clear = false |
Definition at line 18 of file PostProcessTask.h.
bool Cogs::Core::PostProcessTask::clearToDefault = true |
Definition at line 19 of file PostProcessTask.h.
|
protected |
Definition at line 27 of file PostProcessTask.h.
|
protected |
Definition at line 28 of file PostProcessTask.h.
|
protected |
Definition at line 29 of file PostProcessTask.h.
|
protected |
Definition at line 25 of file PostProcessTask.h.
bool Cogs::Core::PostProcessTask::viewportFromTarget = false |
Definition at line 20 of file PostProcessTask.h.
bool Cogs::Core::PostProcessTask::writeDepth = false |
Definition at line 22 of file PostProcessTask.h.