Skip to main content

helios/rendering/_module.ixx File

Module exports for rendering subsystem with primitives and device abstractions. More...

Included Headers

Description

Module exports for rendering subsystem with primitives and device abstractions.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file _module.ixx
3 * @brief Module exports for rendering subsystem with primitives and device abstractions.
4 */
5export module helios.rendering;
6
7export import helios.rendering.Vertex;
8export import helios.rendering.RenderQueue;
9export import helios.rendering.RenderPass;
10export import helios.rendering.RenderTarget;
11export import helios.rendering.ClearFlags;
12export import helios.rendering.Viewport;
13export import helios.rendering.ViewportSnapshot;
14export import helios.rendering.RenderPrototype;
15export import helios.rendering.RenderPassFactory;
16export import helios.rendering.RenderingDevice;
17export import helios.rendering.Renderable;
18export import helios.rendering.shader;
19export import helios.rendering.material;
20export import helios.rendering.asset;
21export import helios.rendering.text;
22export import helios.rendering.mesh;

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.