#include <secondstage.h>
Public Member Functions | |
ResolveMSAAStep (TextureBufferOutput *_msaa_fbo, TextureBufferOutput *_target_fbo) | |
void | run (PipelineContext &context) override |
Runs the step. | |
Public Member Functions inherited from TrivialRenderStep | |
virtual void | setRenderSource (RenderSource *source) override |
Assigns render source to this step. | |
virtual void | setRenderTarget (RenderTarget *target) override |
Assigned render target to this step. | |
virtual void | reset (PipelineContext &) override |
Public Member Functions inherited from RenderPipelineObject | |
virtual | ~RenderPipelineObject ()=default |
Private Attributes | |
TextureBufferOutput * | msaa_fbo |
TextureBufferOutput * | target_fbo |
|
inline |
|
overridevirtual |
Runs the step.
This method is invoked by the pipeline.
Implements RenderStep.
References PipelineContext::device, TextureBufferOutput::getIrrRenderTarget(), msaa_fbo, and target_fbo.
|
private |
Referenced by run().
|
private |
Referenced by run().