IsCommandBufferLike.ixx File
Concept constraining types usable as command buffers. More...
Included Headers
#include <concepts>
#include <helios.engine.common.tags.CommandBufferRole>
#include <helios.engine.common.concepts.HasClear>
#include <helios.engine.common.concepts.HasTag>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | runtime |
|
Runtime infrastructure for game execution and lifecycle orchestration. More... | |
| namespace | world |
|
World state management, resource registry, and per-frame update context. More... | |
| namespace | common |
|
Shared type definitions, concepts, and tags used across engine subsystems. More... | |
| namespace | concepts |
|
Compile-time concepts for engine role classification and capability detection. More... | |
Description
Concept constraining types usable as command buffers.
File Listing
The file content with the documentation metadata removed is:
16export namespace helios::engine::runtime::world {
17 class UpdateContext;
18 class GameWorld;
21using namespace helios::engine::runtime::world;
23export namespace helios::engine::common::concepts {
39 concept IsCommandBufferLike = requires(T& t, GameWorld& gameWorld, UpdateContext& updateContext) {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.