ViewportEntityManager.ixx File
Viewport-domain ECS registry and manager aliases. More...
Included Headers
#include "helios-engine-config.h"
#include <helios.engine.rendering.viewport.types>
#include <helios.ecs.strategies>
#include <helios.ecs.EntityRegistry>
#include <helios.ecs.EntityManager>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | rendering |
| namespace | viewport |
Variables Index
| constexpr auto | VIEWPORT_SIZE = DEFAULT_VIEWPORT_POOL_CAPACITY |
Description
Viewport-domain ECS registry and manager aliases.
Variables
VIEWPORT_SIZE
| constexpr |
Definition at line 17 of file ViewportEntityManager.ixx.
17constexpr auto VIEWPORT_SIZE = DEFAULT_VIEWPORT_POOL_CAPACITY;
File Listing
The file content with the documentation metadata removed is:
7#include "helios-engine-config.h"
17constexpr auto VIEWPORT_SIZE = DEFAULT_VIEWPORT_POOL_CAPACITY;
19using namespace helios::engine::rendering::viewport::types;
22export namespace helios::engine::rendering::viewport {
27 using ViewportEntityRegistry = EntityRegistry<ViewportDomainTag, LinearLookupStrategy<VIEWPORT_SIZE>, true, VIEWPORT_SIZE>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.