#include <secondstage.h>
Inheritance diagram for ResolveMSAAStep:
Collaboration diagram for ResolveMSAAStep: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.
Here is the call graph for this function:
|
private |
Referenced by run().
|
private |
Referenced by run().