20 #ifndef ANTKEEPER_RENDER_CULLING_STAGE_HPP
21 #define ANTKEEPER_RENDER_CULLING_STAGE_HPP
Builds a set of scene objects visible to the current camera and stores it in the render context.
void execute(render::context &ctx) override
Executes the render stage.
Abstract base class for a single stage in a render pipeline.