Skip to main content

VertexAttributeLayout.ixx File

Declares GPU input layout information for one vertex attribute. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespacerendering
namespacemesh
namespacetypes

Classes Index

structVertexAttributeLayout

Full binding description for one attribute in a vertex layout. More...

Description

Declares GPU input layout information for one vertex attribute.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <cstdint>
8
9export module helios.engine.rendering.mesh.types.VertexAttributeLayout;
10
11import helios.engine.rendering.mesh.types.VertexAttribute;
12
14
19
24
28 std::uint32_t location;
29
33 std::uint32_t stride;
34
38 std::uint32_t offset;
39
43 std::uint32_t divisor;
44
45
46
47 };
48
49
50}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.