Antkeeper
0.0.1
|
Abstract base class for a single stage in a render pipeline. More...
#include <stage.hpp>
Public Member Functions | |
virtual | ~stage ()=default |
Destructs a render stage. More... | |
virtual void | execute (render::context &ctx)=0 |
Executes the render stage. More... | |
Abstract base class for a single stage in a render pipeline.
|
virtualdefault |
Destructs a render stage.
|
pure virtual |
Executes the render stage.
ctx | Render context. |
Implemented in render::queue_stage, render::light_probe_stage, render::culling_stage, and render::cascaded_shadow_map_stage.