Antkeeper
0.0.1
|
Builds a set of scene objects visible to the current camera and stores it in the render context. More...
#include <culling-stage.hpp>
Public Member Functions | |
void | execute (render::context &ctx) override |
Executes the render stage. More... | |
![]() | |
virtual | ~stage ()=default |
Destructs a render stage. More... | |
Builds a set of scene objects visible to the current camera and stores it in the render context.
Definition at line 30 of file culling-stage.hpp.
|
overridevirtual |
Executes the render stage.
ctx | Render context. |
Implements render::stage.
Definition at line 29 of file culling-stage.cpp.