Antkeeper  0.0.1
Public Member Functions | List of all members
render::culling_stage Class Reference

Builds a set of scene objects visible to the current camera and stores it in the render context. More...

#include <culling-stage.hpp>

Inheritance diagram for render::culling_stage:
render::stage

Public Member Functions

void execute (render::context &ctx) override
 Executes the render stage. More...
 
- Public Member Functions inherited from render::stage
virtual ~stage ()=default
 Destructs a render stage. More...
 

Detailed Description

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.

Member Function Documentation

◆ execute()

void render::culling_stage::execute ( render::context ctx)
overridevirtual

Executes the render stage.

Parameters
ctxRender context.

Implements render::stage.

Definition at line 29 of file culling-stage.cpp.


The documentation for this class was generated from the following files: