CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::RendererGeometryEnumerationRequest Struct Reference

Parameters to customize a geometry enumeration request. More...

#include <CeresEngine/Renderer/RendererGeometry.hpp>

Public Attributes

Optional< const ConvexVolume & > frustum
 An optional frustum to be used for frustum culling.
 

Detailed Description

Parameters to customize a geometry enumeration request.

Member Data Documentation

◆ frustum

Optional<const ConvexVolume&> CeresEngine::RendererGeometryEnumerationRequest::frustum

An optional frustum to be used for frustum culling.

If not defined, the implementation should not perform any frustum culling and return all the geometry.


The documentation for this struct was generated from the following file: