Skip to main content

NoCullingStrategy.ixx File

Culling strategy that intentionally keeps all scene members visible. More...

Included Headers

#include <helios.engine.scene.types.CullingContext> #include <helios.ecs.types.EntityHandle>

Namespaces Index

namespacehelios
namespaceengine
namespacescene

Classes Index

classNoCullingStrategy<TMemberHandle>

No-op culling strategy implementation. More...

Description

Culling strategy that intentionally keeps all scene members visible.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.scene.NoCullingStrategy;
8
9
10
11import helios.ecs.types.EntityHandle;
12import helios.engine.scene.types.CullingContext;
13
14using namespace helios::ecs::types;
15using namespace helios::engine::scene::types;
16export namespace helios::engine::scene {
17
26 template<typename TMemberHandle>
28
29
30
31 public:
32
34
43 return true;
44 }
45
46 };
47}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.