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
| namespace | helios |
| namespace | engine |
| namespace | rendering |
| namespace | material |
Variables Index
| constexpr auto | MATERIAL_SIZE = DEFAULT_MATERIAL_POOL_CAPACITY |
Description
Material-domain ECS registry and manager aliases.
Variables
MATERIAL_SIZE
| constexpr |
Definition at line 17 of file MaterialEntityManager.ixx.
17constexpr auto MATERIAL_SIZE = DEFAULT_MATERIAL_POOL_CAPACITY;
File Listing
The file content with the documentation metadata removed is:
7#include "helios-engine-config.h"
17constexpr auto MATERIAL_SIZE = DEFAULT_MATERIAL_POOL_CAPACITY;
19using namespace helios::engine::rendering::material::types;
22export namespace helios::engine::rendering::material {
27 using MaterialEntityRegistry = EntityRegistry<MaterialDomainTag, HashedLookupStrategy, true, MATERIAL_SIZE>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.