Skip to main content

Vertex.ixx File

Vertex description and utilities for rendering. More...

Included Headers

#include <helios.math.types>

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacecommon
namespacetypes

Classes Index

structVertex

Represents a standard vertex with position, normal, and texture coordinates. More...

Description

Vertex description and utilities for rendering.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7export module helios.engine.rendering.common.types.Vertex;
8
9import helios.math.types;
10
12
19 struct Vertex {
20 math::vec3f position;
21 math::vec3f normal = {0.0f, 0.0f, 0.0f};
22 math::vec2f texCoords = {0.0f, 0.0f};
23 };
24}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.