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