Skip to main content

CommandBufferRole.ixx File

Tag type for identifying CommandBuffer-role classes at compile time. More...

Namespaces Index

namespacehelios
namespaceengine

Main engine module aggregating core infrastructure and game systems. More...

namespacecommon

Shared type definitions, concepts, and tags used across engine subsystems. More...

namespacetags

Compile-time tag types for engine role classification. More...

Classes Index

structCommandBufferRole

Compile-time tag identifying a class as a CommandBuffer. More...

Description

Tag type for identifying CommandBuffer-role classes at compile time.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file CommandBufferRole.ixx
3 * @brief Tag type for identifying CommandBuffer-role classes at compile time.
4 */
5module;
6
7export module helios.engine.common.tags.CommandBufferRole;
8
10
11 /**
12 * @brief Compile-time tag identifying a class as a CommandBuffer.
13 *
14 * @see IsCommandBufferLike
15 * @see HasTag
16 */
18}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.