Skip to main content

MeshConfig.ixx File

Mesh configuration including primitive type. More...

Included Headers

Namespaces Index

namespacehelios
namespacerendering

Graphics rendering infrastructure. More...

namespacemesh

Mesh rendering abstractions and command types. More...

Classes Index

structMeshConfig

Configuration for how a Mesh's data should be interpreted and rendered. More...

Description

Mesh configuration including primitive type.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file MeshConfig.ixx
3 * @brief Mesh configuration including primitive type.
4 */
5module;
6
7export module helios.rendering.mesh.MeshConfig;
8
9import helios.rendering.mesh.PrimitiveType;
10
11
12export namespace helios::rendering::mesh {
13
14 /**
15 * @brief Configuration for how a Mesh's data should be interpreted and rendered.
16 *
17 * This struct defines rendering-specific properties for meshes, for example
18 * the primitive topology used by draw calls.
19 */
20 struct MeshConfig {
21
22 /**
23 * @brief Topology config for the draw call, e.g. setting the draw mode.
24 */
26
27 };
28}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.