Skip to main content

RenderTargetFwd.ixx File

Provides a forward declaration for the helios::rendering::RenderTarget class. More...

Namespaces Index

namespacehelios
namespacerendering

Graphics rendering infrastructure. More...

Description

Provides a forward declaration for the helios::rendering::RenderTarget class.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file RenderTargetFwd.ixx
3 * @brief Provides a forward declaration for the helios::rendering::RenderTarget class.
4 */
5module;
6
7export module helios.rendering.Viewport:RenderTargetFwd;
8
9export namespace helios::rendering {
10 /**
11 * @brief Forward declaration of the RenderTarget class.
12 *
13 * This allows other modules to use pointers or references to RenderTarget
14 * without needing the full class definition, reducing compile-time dependencies.
15 *
16 * @see helios::rendering::RenderTarget
17 */
18 class RenderTarget;
19}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.