Skip to main content

MaterialEntityManager.ixx File

Material-domain ECS registry and manager aliases. More...

Included Headers

#include "helios-engine-config.h" #include <helios.engine.rendering.material.types> #include <helios.ecs.strategies> #include <helios.ecs.EntityRegistry> #include <helios.ecs.EntityManager>

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacematerial

Variables Index

constexpr autoMATERIAL_SIZE = DEFAULT_MATERIAL_POOL_CAPACITY

Description

Material-domain ECS registry and manager aliases.

Variables

MATERIAL_SIZE

constexpr auto MATERIAL_SIZE = DEFAULT_MATERIAL_POOL_CAPACITY
constexpr

Definition at line 17 of file MaterialEntityManager.ixx.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
8
9export module helios.engine.rendering.material.MaterialEntityManager;
10
11import helios.ecs.EntityManager;
12import helios.ecs.EntityRegistry;
13import helios.ecs.strategies;
14
15import helios.engine.rendering.material.types;
16
18
20using namespace helios::ecs;
21using namespace helios::ecs::strategies;
23
28
33
34
35}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.