types Namespace
Definition
namespace helios::engine::rendering::renderTarget::types { ... }
Classes Index
| struct | RenderTargetDomainTag |
|
Domain tag for renderTarget identity and handles. More... | |
Typedefs Index
| using | RenderTargetHandle = helios::ecs::types::EntityHandle< RenderTargetDomainTag > |
|
Handle type used to reference renderTarget entities. More... | |
| using | RenderTargetId = helios::ecs::types::StrongId< RenderTargetDomainTag > |
|
Strongly-typed identifier for renderTarget resources. More... | |
| using | RenderTargetSize = helios::math::vec2f |
|
Width/height pair used for renderTarget resize operations. More... | |
Typedefs
RenderTargetHandle
|
Handle type used to reference renderTarget entities.
Definition at line 18 of file RenderTargetHandle.ixx.
18 using RenderTargetHandle = helios::ecs::types::EntityHandle<RenderTargetDomainTag>;
RenderTargetId
|
Strongly-typed identifier for renderTarget resources.
Definition at line 17 of file RenderTargetId.ixx.
17 using RenderTargetId = helios::ecs::types::StrongId<RenderTargetDomainTag>;
RenderTargetSize
|
Width/height pair used for renderTarget resize operations.
Definition at line 17 of file RenderTargetSize.ixx.
17 using RenderTargetSize = helios::math::vec2f;
The documentation for this namespace was generated from the following files:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.